Uses of Class
net.minecraft.world.chunk.Chunk
Packages that use Chunk
Package
Description
-
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 TypeMethodDescriptionstatic class_673BossBarS2CPacket.method_7754(Chunk chunk, boolean bool, int int2) Constructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkModifierConstructorDescriptionBossBarS2CPacket(Chunk chunk, boolean load, int int2) ChunkDeltaUpdateS2CPacket(int int2, short[] short2, Chunk chunk) -
Uses of Chunk in net.minecraft.server
Methods in net.minecraft.server with parameters of type Chunk -
Uses of Chunk in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type Chunk -
Uses of Chunk in net.minecraft.util.crash.provider
Constructors in net.minecraft.util.crash.provider with parameters of type ChunkModifierConstructorDescription(package private)class_1768(Chunk chunk, int int2, int int3, int int4) -
Uses of Chunk in net.minecraft.world
Methods in net.minecraft.world that return ChunkModifier and TypeMethodDescriptionWorld.getChunk(int chunkX, int chunkZ) World.getChunkFromPos(int x, int z) Methods in net.minecraft.world with parameters of type ChunkModifier and TypeMethodDescriptionWorld.getEntities(Chunk chunk, boolean bool) protected 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 TypeFieldDescriptionprivate Chunk[][]ChunkCache.chunksprivate ChunkServerChunkProvider.emptyprivate ChunkClientChunkProvider.emptyChunkMethods in net.minecraft.world.chunk that return ChunkModifier and TypeMethodDescriptionChunkProvider.getChunk(int x, int z) ClientChunkProvider.getChunk(int x, int z) EndChunkGenerator.getChunk(int x, int z) FlatChunkGenerator.getChunk(int x, int z) NetherChunkGenerator.getChunk(int x, int z) ServerChunkProvider.getChunk(int x, int z) SurfaceChunkGenerator.getChunk(int x, int z) private ChunkThreadedAnvilChunkStorage.getChunk(World world, NbtCompound nbt) ChunkProvider.getOrGenerateChunk(int int2, int int3) ClientChunkProvider.getOrGenerateChunk(int x, int z) EndChunkGenerator.getOrGenerateChunk(int int2, int int3) FlatChunkGenerator.getOrGenerateChunk(int int2, int int3) NetherChunkGenerator.getOrGenerateChunk(int int2, int int3) ServerChunkProvider.getOrGenerateChunk(int x, int z) SurfaceChunkGenerator.getOrGenerateChunk(int int2, int int3) private ChunkServerChunkProvider.loadChunk(int x, int z) protected ChunkThreadedAnvilChunkStorage.validateChunk(World world, int chunkX, int chunkZ, NbtCompound nbt) Methods in net.minecraft.world.chunk with parameters of type ChunkModifier and TypeMethodDescriptionprivate voidThreadedAnvilChunkStorage.putChunk(Chunk chunk, World world, NbtCompound nbt) private voidprivate voidServerChunkProvider.saveEntities(Chunk chunk) voidChunkStorage.writeChunk(World world, Chunk chunk) voidThreadedAnvilChunkStorage.writeChunk(World world, Chunk chunk) voidChunkStorage.writeEntities(World world, Chunk chunk) voidThreadedAnvilChunkStorage.writeEntities(World world, Chunk chunk)