net.minecraft.world.chunk

public class ChunkCache

implements CollisionView

net.minecraft.world.level.PathNavigationRegion
net.minecraft.class_1950
net.minecraft.world.chunk.ChunkCache

Field summary

Modifier and TypeField
protected final int
centerX
field_9304
minX
protected final int
centerZ
field_9303
minZ
protected final Chunk[][]
chunks
field_9305
chunks
protected boolean
allEmpty
field_9302
empty
protected final World
level
field_9306
world
private final Supplier<RegistryEntry<Biome>>
plains
field_36403
plainsEntryGetter

Constructor summary

ModifierConstructor
public (World world, BlockPos minPos, BlockPos maxPos)

Method summary

Modifier and TypeMethod
private Chunk
getChunk(BlockPos pos)
method_22354(class_2338 arg0)
getChunk(BlockPos pos)
private Chunk
getChunk(int chunkX, int chunkZ)
method_22353(int arg0, int arg1)
getChunk(int chunkX, int chunkZ)
public WorldBorder
getWorldBorder()
method_8621()
getWorldBorder()
public BlockView
getChunkForCollisions(int chunkX, int chunkZ)
method_22338(int arg0, int arg1)
getChunkAsView(int arg0, int arg1)
public List<VoxelShape>
getEntityCollisions(Entity source, AABB testArea)
method_20743(class_1297 arg0, class_238 arg1)
getEntityCollisions(Entity arg0, Box arg1)
public BlockEntity
getBlockEntity(BlockPos pos)
method_8321(class_2338 arg0)
getBlockEntity(BlockPos arg0)
public BlockState
getBlockState(BlockPos pos)
method_8320(class_2338 arg0)
getBlockState(BlockPos arg0)
public FluidState
getFluidState(BlockPos pos)
method_8316(class_2338 arg0)
getFluidState(BlockPos arg0)
public int
getMinY()
method_31607()
getBottomY()
public int
getHeight()
method_31605()
getHeight()
private static RegistryEntry
lambda$new$0(Level arg0)
method_40135(class_1937 arg0)
method_40135(World arg0)