public final class PartSplitVoxelShape extends VoxelShapePart
VoxelShapePart.IFaceConsumer, VoxelShapePart.ILineConsumerxSize, ySize, zSize| Modifier | Constructor and Description | 
|---|---|
protected  | 
PartSplitVoxelShape(VoxelShapePart partIn,
                   int startXIn,
                   int startYIn,
                   int startZIn,
                   int endXIn,
                   int endYIn,
                   int endZIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 in class VoxelShapePartpublic void setFilled(int x,
                      int y,
                      int z,
                      boolean expandBounds,
                      boolean filled)
setFilled in class VoxelShapePartpublic int getStart(Direction.Axis axis)
getStart in class VoxelShapePartpublic int getEnd(Direction.Axis axis)
getEnd in class VoxelShapePart