Uses of Class
net.minecraft.world.chunk.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in net.minecraft
Fields in net.minecraft declared as ChunkMethods in net.minecraft that return ChunkMethods in net.minecraft with parameters of type ChunkModifier and TypeMethodDescriptionclass_3603.method_16410(Chunk chunk) class_3603.method_16411(Chunk chunk, boolean bool) voidclass_3790.method_17154(Chunk chunk) private static voidclass_3790.method_17155(Chunk chunk, class_4335 class_4335) private voidclass_3790.method_17157(Chunk chunk) Method parameters in net.minecraft with type arguments of type ChunkModifier and TypeMethodDescriptionvoidConstructors in net.minecraft with parameters of type ChunkModifierConstructorDescriptionclass_4245(World world, int int2, int int3, Chunk[][] chunk, BlockPos blockPos, BlockPos blockPos2) -
Uses of Chunk in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return ChunkModifier and TypeMethodDescriptionprivate static ChunkEndGatewayBlockEntity.method_11686(World world, Vec3d vec3d) Methods in net.minecraft.block.entity with parameters of type ChunkModifier and TypeMethodDescriptionprivate static BlockPosEndGatewayBlockEntity.method_11688(Chunk chunk) -
Uses of Chunk in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type ChunkModifier and TypeMethodDescriptionprotected voidClientWorld.method_3605(int int2, int int3, Chunk chunk) -
Uses of Chunk in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ChunkModifier and TypeMethodDescriptionvoidEntityTracker.method_4410(ServerPlayerEntity playerEntity, Chunk chunk) -
Uses of Chunk in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type ChunkModifier and TypeMethodDescriptionprotected intBossBarS2CPacket.method_12656(Chunk chunk, boolean bool, int int2) intBossBarS2CPacket.method_12657(PacketByteBuf packetByteBuf, Chunk chunk, boolean bool, int int2) Constructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkModifierConstructorDescriptionBossBarS2CPacket(Chunk chunk, int int2) ChunkDeltaRecord(short oss, Chunk chunk) ChunkDeltaUpdateS2CPacket(int int2, short[] short2, Chunk chunk) -
Uses of Chunk in net.minecraft.server
Fields in net.minecraft.server declared as ChunkMethods in net.minecraft.server that return ChunkMethods in net.minecraft.server that return types with arguments of type Chunk -
Uses of Chunk in net.minecraft.world
Methods in net.minecraft.world that return ChunkMethods in net.minecraft.world with parameters of type ChunkModifier and TypeMethodDescriptionprotected voidWorld.method_3605(int int2, int int3, Chunk chunk) -
Uses of Chunk in net.minecraft.world.chunk
Subclasses of Chunk in net.minecraft.world.chunkFields in net.minecraft.world.chunk declared as ChunkModifier and TypeFieldDescriptionprotected Chunk[][]ChunkCache.chunksprivate final ChunkClientChunkProvider.emptyChunkprivate ChunkServerChunkProvider.field_21838Fields in net.minecraft.world.chunk with type parameters of type ChunkModifier and TypeFieldDescriptionprivate final Long2ObjectMap<Chunk>ClientChunkProvider.chunkMapprivate final Long2ObjectMap<Chunk>ServerChunkProvider.field_13851Methods in net.minecraft.world.chunk that return ChunkModifier and TypeMethodDescriptionChunkProvider.method_17044(int int2, int int3, boolean bool, boolean bool2) ClientChunkProvider.method_17044(int int2, int int3, boolean bool, boolean bool2) ServerChunkProvider.method_17044(int int2, int int3, boolean bool, boolean bool2) private ChunkThreadedAnvilChunkStorage.method_17168(IWorld iWorld, NbtCompound nbtCompound) ChunkStorage.method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) ThreadedAnvilChunkStorage.method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) ClientChunkProvider.method_18954(int int2, int int3, PacketByteBuf packetByteBuf, int int4, boolean bool) private ChunkServerChunkProvider.method_21252(class_3781 class_3781) protected ChunkThreadedAnvilChunkStorage.method_3972(IWorld iWorld, int int2, int int3, NbtCompound nbtCompound) Methods in net.minecraft.world.chunk that return types with arguments of type ChunkMethods in net.minecraft.world.chunk with parameters of type ChunkModifier and TypeMethodDescriptionstatic EntityThreadedAnvilChunkStorage.method_11783(NbtCompound tag, World world, Chunk chunk) voidServerChunkProvider.method_12774(Chunk chunk) private voidThreadedAnvilChunkStorage.method_17178(NbtCompound nbtCompound, Chunk chunk) private voidThreadedAnvilChunkStorage.putChunk(Chunk chunk, World world, NbtCompound nbt) Method parameters in net.minecraft.world.chunk with type arguments of type ChunkModifier and TypeMethodDescriptionChunkStorage.method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) ThreadedAnvilChunkStorage.method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) ServerChunkProvider.method_21253(Iterable<ChunkPos> iterable, Consumer<Chunk> consumer)