public final class PartSplitVoxelShape extends VoxelShapePart
VoxelShapePart.IFaceConsumer, VoxelShapePart.ILineConsumerxSize, 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, setZAxisLineprotected 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 クラス内 VoxelShapePartpublic void setFilled(int x,
int y,
int z,
boolean expandBounds,
boolean filled)
setFilled クラス内 VoxelShapePartpublic int getStart(Direction.Axis axis)
getStart クラス内 VoxelShapePartpublic int getEnd(Direction.Axis axis)
getEnd クラス内 VoxelShapePart