Class WrappedChunkSection
java.lang.Object
net.minecraft.world.level.chunk.LevelChunkSection
com.simibubi.create.foundation.utility.worldWrappers.chunk.WrappedChunkSection
public class WrappedChunkSection
extends net.minecraft.world.level.chunk.LevelChunkSection
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.chunk.LevelChunkSection
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, getBottomBlockY, getFluidState, getSerializedSize, getStates, isEmpty, isEmpty, 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
-
WrappedChunkSection
-
-
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
-