| public BlockState |
| getBlockState(int sectionX, int sectionY, int sectionZ) |
| method_12254(int arg0, int arg1, int arg2) |
| getBlockState(int x, int y, int z) |
|
| public FluidState |
| getFluidState(int sectionX, int sectionY, int sectionZ) |
| method_12255(int arg0, int arg1, int arg2) |
| getFluidState(int x, int y, int z) |
|
| public void |
| acquire() |
| method_16676() |
| lock() |
|
| public void |
| release() |
| method_16677() |
| unlock() |
|
| public BlockState |
| setBlockState(int sectionX, int sectionY, int sectionZ, BlockState state) |
| method_16675(int arg0, int arg1, int arg2, class_2680 arg3) |
| setBlockState(int x, int y, int z, BlockState state) |
|
| public BlockState |
| setBlockState(int sectionX, int sectionY, int sectionZ, BlockState state, boolean checkThreading) |
| method_12256(int arg0, int arg1, int arg2, class_2680 arg3, boolean arg4) |
| setBlockState(int x, int y, int z, BlockState state, boolean lock) |
|
| public boolean |
| hasOnlyAir() |
| method_38292() |
| isEmpty() |
|
| public boolean |
| hasFluid() |
| method_1_2542() |
| hasFluids() |
|
| public boolean |
| isRandomlyTicking() |
| method_12262() |
| hasRandomTicks() |
|
| public boolean |
| isRandomlyTickingBlocks() |
| method_12263() |
| hasRandomBlockTicks() |
|
| public boolean |
| isRandomlyTickingFluids() |
| method_12264() |
| hasRandomFluidTicks() |
|
| public void |
| recalcBlockCounts() |
| method_12253() |
| calculateCounts() |
|
| public PalettedContainer<BlockState> |
| getStates() |
| method_12265() |
| getBlockStateContainer() |
|
| public ReadableContainer<RegistryEntry<Biome>> |
| getBiomes() |
| method_38294() |
| getBiomeContainer() |
|
| public void |
|
| public void |
|
| public void |
|
| public int |
| getSerializedSize() |
| method_12260() |
| getPacketSize() |
|
| public boolean |
|
| public RegistryEntry<Biome> |
| getNoiseBiome(int quartX, int quartY, int quartZ) |
| method_38293(int arg0, int arg1, int arg2) |
| getBiome(int x, int y, int z) |
|
| public void |
| fillBiomesFromNoise(BiomeResolver biomeResolver, Climate$Sampler sampler, int quartMinX, int quartMinY, int quartMinZ) |
| method_38291(class_6780 arg0, class_6544$class_6552 arg1, int arg2, int arg3, int arg4) |
| populateBiomes(BiomeSupplier biomeSupplier, MultiNoiseUtil$MultiNoiseSampler sampler, int x, int y, int z) |
|
| public ChunkSection |
| copy() |
| method_61771() |
| copy() |
|