Package net.minecraft.util.math.shapes
Class PartSplitVoxelShape
java.lang.Object
net.minecraft.util.math.shapes.VoxelShapePart
net.minecraft.util.math.shapes.PartSplitVoxelShape
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.util.math.shapes.VoxelShapePart
VoxelShapePart.IFaceConsumer, VoxelShapePart.ILineConsumer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intprivate final VoxelShapePartprivate final intprivate final intprivate final intFields inherited from class net.minecraft.util.math.shapes.VoxelShapePart
xSize, ySize, zSize -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPartSplitVoxelShape(VoxelShapePart p_i47681_1_, int p_i47681_2_, int p_i47681_3_, int p_i47681_4_, int p_i47681_5_, int p_i47681_6_, int p_i47681_7_) -
Method Summary
Modifier and TypeMethodDescriptionintfirstFull(Direction.Axis p_199623_1_) booleanisFull(int p_197835_1_, int p_197835_2_, int p_197835_3_) intlastFull(Direction.Axis p_199624_1_) voidsetFull(int p_199625_1_, int p_199625_2_, int p_199625_3_, boolean p_199625_4_, boolean p_199625_5_) Methods inherited from class net.minecraft.util.math.shapes.VoxelShapePart
forAllBoxes, forAllEdges, forAllFaces, getSize, getXSize, getYSize, getZSize, isEmpty, isFull, isFullWide, isFullWide, isXZRectangleFull, isZStripFull, lastFull, setZStrip
-
Field Details
-
parent
-
startX
private final int startX -
startY
private final int startY -
startZ
private final int startZ -
endX
private final int endX -
endY
private final int endY -
endZ
private final int endZ
-
-
Constructor Details
-
PartSplitVoxelShape
protected PartSplitVoxelShape(VoxelShapePart p_i47681_1_, int p_i47681_2_, int p_i47681_3_, int p_i47681_4_, int p_i47681_5_, int p_i47681_6_, int p_i47681_7_)
-
-
Method Details
-
isFull
public boolean isFull(int p_197835_1_, int p_197835_2_, int p_197835_3_) - Specified by:
isFullin classVoxelShapePart
-
setFull
public void setFull(int p_199625_1_, int p_199625_2_, int p_199625_3_, boolean p_199625_4_, boolean p_199625_5_) - Specified by:
setFullin classVoxelShapePart
-
firstFull
- Specified by:
firstFullin classVoxelShapePart
-
lastFull
- Specified by:
lastFullin classVoxelShapePart
-