Uses of Interface
net.minecraft.world.level.chunk.storage.ChunkIOErrorReporter
Packages that use ChunkIOErrorReporter
Package
Description
-
Uses of ChunkIOErrorReporter in net.minecraft.client.server
Classes in net.minecraft.client.server that implement ChunkIOErrorReporter -
Uses of ChunkIOErrorReporter in net.minecraft.gametest.framework
Classes in net.minecraft.gametest.framework that implement ChunkIOErrorReporter -
Uses of ChunkIOErrorReporter in net.minecraft.server
Classes in net.minecraft.server that implement ChunkIOErrorReporter -
Uses of ChunkIOErrorReporter in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ChunkIOErrorReporter -
Uses of ChunkIOErrorReporter in net.minecraft.world.entity.ai.village.poi
Constructors in net.minecraft.world.entity.ai.village.poi with parameters of type ChunkIOErrorReporterModifierConstructorDescriptionPoiManager(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, RegistryAccess registryAccess, ChunkIOErrorReporter errorReporter, LevelHeightAccessor levelHeightAccessor) -
Uses of ChunkIOErrorReporter in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as ChunkIOErrorReporterConstructors in net.minecraft.world.level.chunk.storage with parameters of type ChunkIOErrorReporterModifierConstructorDescriptionSectionStorage(SimpleRegionStorage simpleRegionStorage, com.mojang.serialization.Codec<P> codec, Function<R, P> packer, BiFunction<P, Runnable, R> unpacker, Function<Runnable, R> factory, RegistryAccess registryAccess, ChunkIOErrorReporter errorReporter, LevelHeightAccessor levelHeightAccessor)