Uses of Interface
net.minecraft.world.ChunkLoadingManager
Packages that use ChunkLoadingManager
- 
Uses of ChunkLoadingManager in net.minecraft.server.worldClasses in net.minecraft.server.world that implement ChunkLoadingManager
- 
Uses of ChunkLoadingManager in net.minecraft.world.chunkFields in net.minecraft.world.chunk declared as ChunkLoadingManagerModifier and TypeFieldDescriptionprivate final ChunkLoadingManagerChunkLoader.chunkLoadingManagerMethods in net.minecraft.world.chunk with parameters of type ChunkLoadingManagerModifier and TypeMethodDescriptionstatic ChunkLoaderChunkLoader.create(ChunkLoadingManager chunkLoadingManager, ChunkStatus targetStatus, ChunkPos pos) (package private) CompletableFuture<OptionalChunk<Chunk>> AbstractChunkHolder.generate(ChunkGenerationStep step, ChunkLoadingManager chunkLoadingManager, BoundedRegionArray<AbstractChunkHolder> chunks) Constructors in net.minecraft.world.chunk with parameters of type ChunkLoadingManagerModifierConstructorDescriptionprivateChunkLoader(ChunkLoadingManager chunkLoadingManager, ChunkStatus targetStatus, ChunkPos pos, BoundedRegionArray<AbstractChunkHolder> chunks)