Class VirtualChunkSection
java.lang.Object
net.minecraft.world.level.chunk.LevelChunkSection
com.jozufozu.flywheel.core.virtual.VirtualChunkSection
public class VirtualChunkSection
extends net.minecraft.world.level.chunk.LevelChunkSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intFields inherited from class net.minecraft.world.level.chunk.LevelChunkSection
BIOME_CONTAINER_BITS, SECTION_HEIGHT, SECTION_SIZE, SECTION_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.block.state.BlockStategetBlockState(int x, int y, int z) net.minecraft.world.level.block.state.BlockStatesetBlockState(int p_177484_1_, int p_177484_2_, int p_177484_3_, net.minecraft.world.level.block.state.BlockState p_177484_4_, boolean p_177484_5_) Methods inherited from class net.minecraft.world.level.chunk.LevelChunkSection
acquire, bottomBlockY, fillBiomesFromNoise, getBiomes, getBottomBlockY, getFluidState, getNoiseBiome, getSerializedSize, getStates, hasOnlyAir, isRandomlyTicking, isRandomlyTickingBlocks, isRandomlyTickingFluids, maybeHas, read, recalcBlockCounts, release, setBlockState, write
-
Field Details
-
owner
-
xStart
public final int xStart -
yStart
public final int yStart -
zStart
public final int zStart
-
-
Constructor Details
-
VirtualChunkSection
-
-
Method Details
-
getBlockState
public net.minecraft.world.level.block.state.BlockState getBlockState(int x, int y, int z) - Overrides:
getBlockStatein classnet.minecraft.world.level.chunk.LevelChunkSection
-
setBlockState
public net.minecraft.world.level.block.state.BlockState setBlockState(int p_177484_1_, int p_177484_2_, int p_177484_3_, net.minecraft.world.level.block.state.BlockState p_177484_4_, boolean p_177484_5_) - Overrides:
setBlockStatein classnet.minecraft.world.level.chunk.LevelChunkSection
-