net.minecraft.world.chunk

public class EmptyChunk

extends WorldChunk

All mapped superinterfaces:

LightSourceView, BlockView, HeightLimitView, StructureHolder, BiomeAccess$Storage, DebugTrackable

net.minecraft.world.level.chunk.EmptyLevelChunk
net.minecraft.class_2812
net.minecraft.world.chunk.EmptyChunk

Field summary

Modifier and TypeField
private final RegistryEntry<Biome>
biome
field_36407
biomeEntry

Constructor summary

ModifierConstructor
public (World world, ChunkPos pos, RegistryEntry<Biome> biomeEntry)

Method summary

Modifier and TypeMethod
public BlockState
getBlockState(BlockPos pos)
method_8320(class_2338 arg0)
getBlockState(BlockPos arg0)
public BlockState
setBlockState(BlockPos pos, BlockState state, int flags)
method_12010(class_2338 arg0, class_2680 arg1, int arg2)
setBlockState(BlockPos arg0, BlockState arg1, int arg2)
public FluidState
getFluidState(BlockPos pos)
method_8316(class_2338 arg0)
getFluidState(BlockPos arg0)
public int
getLightEmission(BlockPos pos)
method_8317(class_2338 arg0)
getLuminance(BlockPos arg0)
public BlockEntity
getBlockEntity(BlockPos pos, LevelChunk$EntityCreationType creationType)
method_12201(class_2338 arg0, class_2818$class_2819 arg1)
getBlockEntity(BlockPos arg0, WorldChunk$CreationType arg1)
public void
addAndRegisterBlockEntity(BlockEntity blockEntity)
method_12216(class_2586 arg0)
addBlockEntity(BlockEntity arg0)
public void
setBlockEntity(BlockEntity blockEntity)
method_12007(class_2586 arg0)
setBlockEntity(BlockEntity arg0)
public void
removeBlockEntity(BlockPos pos)
method_12041(class_2338 arg0)
removeBlockEntity(BlockPos arg0)
public boolean
isEmpty()
method_12223()
isEmpty()
public boolean
isYSpaceEmpty(int yStartInclusive, int yEndInclusive)
method_12228(int arg0, int arg1)
areSectionsEmptyBetween(int arg0, int arg1)
public ChunkLevelType
getFullStatus()
method_12225()
getLevelType()
public RegistryEntry<Biome>
getNoiseBiome(int quartX, int quartY, int quartZ)
method_16359(int arg0, int arg1, int arg2)
getBiomeForNoiseGen(int arg0, int arg1, int arg2)