Uses of Interface
net.minecraft.world.chunk.ChunkManager
Packages that use ChunkManager
Package
Description
-
Uses of ChunkManager in net.minecraft
Classes in net.minecraft that implement ChunkManagerModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft declared as ChunkManagerMethods in net.minecraft with parameters of type ChunkManagerModifier and TypeMethodDescriptionvoidclass_208.decorate(ChunkManager manager, int x, int z) voidclass_359.decorate(ChunkManager manager, int x, int z) voidclass_390.decorate(ChunkManager manager, int x, int z) voidclass_455.decorate(ChunkManager manager, int x, int z) voidclass_538.decorate(ChunkManager manager, int x, int z) voidclass_105.method_395(ChunkManager chunkManager, World world, int int2, int int3, byte[] byte2) -
Uses of ChunkManager in net.minecraft.client.world
Classes in net.minecraft.client.world that implement ChunkManagerFields in net.minecraft.client.world declared as ChunkManagerMethods in net.minecraft.client.world with parameters of type ChunkManagerModifier and TypeMethodDescriptionvoidClientChunkManager.decorate(ChunkManager manager, int x, int z) Constructors in net.minecraft.client.world with parameters of type ChunkManagerModifierConstructorDescriptionClientChunkManager(World world, class_243 class_243, ChunkManager chunkManager) -
Uses of ChunkManager in net.minecraft.world
Fields in net.minecraft.world declared as ChunkManagerMethods in net.minecraft.world that return ChunkManagerModifier and TypeMethodDescriptionprotected ChunkManagerClientWorld.createChunkManager()protected ChunkManagerServerWorld.createChunkManager()protected ChunkManagerWorld.createChunkManager()World.getChunkManager() -
Uses of ChunkManager in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement ChunkManagerFields in net.minecraft.world.chunk declared as ChunkManagerMethods in net.minecraft.world.chunk with parameters of type ChunkManagerModifier and TypeMethodDescriptionvoidChunkManager.decorate(ChunkManager manager, int x, int z) voidServerChunkManager.decorate(ChunkManager manager, int x, int z) Constructors in net.minecraft.world.chunk with parameters of type ChunkManagerModifierConstructorDescriptionServerChunkManager(ServerWorld serverWorld, class_243 class_243, ChunkManager chunkManager) -
Uses of ChunkManager in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension that return ChunkManagerModifier and TypeMethodDescriptionDimension.method_1772()NetherDimension.method_1772()SkylandsDimension.method_1772()