Uses of Interface
net.minecraft.server.world.ChunkErrorHandler
Packages that use ChunkErrorHandler
Package
Description
-
Uses of ChunkErrorHandler in net.minecraft.server
Classes in net.minecraft.server that implement ChunkErrorHandler -
Uses of ChunkErrorHandler in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ChunkErrorHandler -
Uses of ChunkErrorHandler in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement ChunkErrorHandler -
Uses of ChunkErrorHandler in net.minecraft.test
Classes in net.minecraft.test that implement ChunkErrorHandler -
Uses of ChunkErrorHandler in net.minecraft.world.poi
Constructors in net.minecraft.world.poi with parameters of type ChunkErrorHandlerModifierConstructorDescriptionPointOfInterestStorage
(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, ChunkErrorHandler errorHandler, HeightLimitView world) -
Uses of ChunkErrorHandler in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as ChunkErrorHandlerModifier and TypeFieldDescriptionprivate final ChunkErrorHandler
SerializingRegionBasedStorage.errorHandler
Constructors in net.minecraft.world.storage with parameters of type ChunkErrorHandlerModifierConstructorDescriptionSerializingRegionBasedStorage
(ChunkPosKeyedStorage storageAccess, com.mojang.serialization.Codec<P> codec, Function<R, P> serializer, BiFunction<P, Runnable, R> deserializer, Function<Runnable, R> factory, DynamicRegistryManager registryManager, ChunkErrorHandler errorHandler, HeightLimitView world)