public abstract class BaseChiselIterator extends java.lang.Object implements ChiselIterator
| Constructor and Description |
|---|
BaseChiselIterator() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.AxisAlignedBB |
getBoundingBox(VoxelBlob vb,
boolean boundSolids) |
IntegerBox |
getVoxelBox(VoxelBlob vb,
boolean boundSolids) |
public IntegerBox getVoxelBox(VoxelBlob vb, boolean boundSolids)
getVoxelBox in interface ChiselIteratorpublic net.minecraft.util.math.AxisAlignedBB getBoundingBox(VoxelBlob vb, boolean boundSolids)
getBoundingBox in interface ChiselIterator