Class VirtualChunkSection
java.lang.Object
net.minecraft.world.level.chunk.LevelChunkSection
com.simibubi.create.foundation.virtualWorld.VirtualChunkSection
public class VirtualChunkSection
extends net.minecraft.world.level.chunk.LevelChunkSection
-
Field Summary
FieldsFields 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.material.FluidStategetFluidState(int x, int y, int z) net.minecraft.world.level.block.state.BlockStatesetBlockState(int x, int y, int z, net.minecraft.world.level.block.state.BlockState state, boolean useLocks) Methods inherited from class net.minecraft.world.level.chunk.LevelChunkSection
acquire, fillBiomesFromNoise, getBiomes, getNoiseBiome, getSerializedSize, getStates, hasOnlyAir, isRandomlyTicking, isRandomlyTickingBlocks, isRandomlyTickingFluids, maybeHas, read, readBiomes, 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
-
getFluidState
public net.minecraft.world.level.material.FluidState getFluidState(int x, int y, int z) - Overrides:
getFluidStatein classnet.minecraft.world.level.chunk.LevelChunkSection
-
setBlockState
public net.minecraft.world.level.block.state.BlockState setBlockState(int x, int y, int z, net.minecraft.world.level.block.state.BlockState state, boolean useLocks) - Overrides:
setBlockStatein classnet.minecraft.world.level.chunk.LevelChunkSection
-