public final class PartSplitVoxelShape extends VoxelShapePart
VoxelShapePart.IFaceConsumer, VoxelShapePart.ILineConsumer
xSize, ySize, zSize
修飾子 | コンストラクタと説明 |
---|---|
protected |
PartSplitVoxelShape(VoxelShapePart partIn,
int startXIn,
int startYIn,
int startZIn,
int endXIn,
int endYIn,
int endZIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getEnd(Direction.Axis axis) |
int |
getStart(Direction.Axis axis) |
boolean |
isFilled(int x,
int y,
int z) |
void |
setFilled(int x,
int y,
int z,
boolean expandBounds,
boolean filled) |
contains, containsWithRotation, firstFilled, forEachBox, forEachEdge, forEachFace, getSize, getXSize, getYSize, getZSize, isEmpty, isFilledWithRotation, isXZRectangleFull, isZAxisLineFull, lastFilled, setZAxisLine
protected PartSplitVoxelShape(VoxelShapePart partIn, int startXIn, int startYIn, int startZIn, int endXIn, int endYIn, int endZIn)
public boolean isFilled(int x, int y, int z)
isFilled
クラス内 VoxelShapePart
public void setFilled(int x, int y, int z, boolean expandBounds, boolean filled)
setFilled
クラス内 VoxelShapePart
public int getStart(Direction.Axis axis)
getStart
クラス内 VoxelShapePart
public int getEnd(Direction.Axis axis)
getEnd
クラス内 VoxelShapePart