History - net.minecraft.world.chunk.ChunkSection
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
int: SECTION_WIDTH, field_31406, field_31406
int: SECTION_HEIGHT, field_31407, field_31407
int: SECTION_SIZE, field_31408, field_31408
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
short: tickingFluidCount, field_12881, nonEmptyFluidCount
short: tickingFluidCount, field_12881, randomTickableFluidCount
short: fluidCount, field_1_2090, nonEmptyFluidCount
Constructors
Methods
boolean (): hasFluid, method_1_2542, hasFluids
1.21.11_unobfuscated
Names
net.minecraft.world.level.chunk.LevelChunkSection
net.minecraft.class_2826
net.minecraft.world.chunk.ChunkSection
Fields
int: SECTION_WIDTH, field_31406, field_31406
int: SECTION_HEIGHT, field_31407, field_31407
int: SECTION_SIZE, field_31408, field_31408
int: BIOME_CONTAINER_BITS, field_34555, field_34555
short: nonEmptyBlockCount, field_12877, nonEmptyBlockCount
short: tickingBlockCount, field_12882, randomTickableBlockCount
short: tickingFluidCount, field_12881, nonEmptyFluidCount
PalettedContainer<BlockState>: states, field_12878, blockStateContainer
ReadableContainer<RegistryEntry<Biome>>: biomes, field_34556, biomeContainer
Constructors
(PalettedContainer<BlockState>, ReadableContainer<RegistryEntry<Biome>>)
Methods
BlockState (int, int, int): getBlockState, method_12254, getBlockState
FluidState (int, int, int): getFluidState, method_12255, getFluidState
void (): acquire, method_16676, lock
void (): release, method_16677, unlock
BlockState (int, int, int, BlockState): setBlockState, method_16675, setBlockState
BlockState (int, int, int, BlockState, boolean): setBlockState, method_12256, setBlockState
boolean (): hasOnlyAir, method_38292, isEmpty
boolean (): isRandomlyTicking, method_12262, hasRandomTicks
boolean (): isRandomlyTickingBlocks, method_12263, hasRandomBlockTicks
boolean (): isRandomlyTickingFluids, method_12264, hasRandomFluidTicks
void (): recalcBlockCounts, method_12253, calculateCounts
PalettedContainer<BlockState> (): getStates, method_12265, getBlockStateContainer
ReadableContainer<RegistryEntry<Biome>> (): getBiomes, method_38294, getBiomeContainer
void (PacketByteBuf): read, method_12258, readDataPacket
void (PacketByteBuf): readBiomes, method_49526, readBiomePacket
void (PacketByteBuf): write, method_12257, toPacket
int (): getSerializedSize, method_12260, getPacketSize
boolean (Predicate<BlockState>): maybeHas, method_19523, hasAny
RegistryEntry<Biome> (int, int, int): getNoiseBiome, method_38293, getBiome
void (BiomeSupplier, MultiNoiseUtil$MultiNoiseSampler, int, int, int): fillBiomesFromNoise, method_38291, populateBiomes
ChunkSection (): copy, method_61771, copy