Package net.minecraft.util.shape
Class ArrayVoxelShape
java.lang.Object
net.minecraft.util.shape.VoxelShape
net.minecraft.util.shape.ArrayVoxelShape
public final class ArrayVoxelShape extends VoxelShape
-
Field Summary
Fields Modifier and Type Field Description private DoubleListxPointsprivate DoubleListyPointsprivate DoubleListzPointsFields inherited from class net.minecraft.util.shape.VoxelShape
voxels -
Constructor Summary
Constructors Modifier Constructor Description protectedArrayVoxelShape(VoxelSet shape, double[] xPoints, double[] yPoints, double[] zPoints)(package private)ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints) -
Method Summary
Modifier and Type Method Description protected DoubleListgetPointPositions(Direction.Axis axis)Methods inherited from class net.minecraft.util.shape.VoxelShape
calculateMaxDistance, calculateMaxDistance, contains, forEachBox, forEachEdge, getBoundingBox, getBoundingBoxes, getCoordIndex, getEndingCoord, getFace, getMax, getMin, getPointPosition, isEmpty, offset, raycast, simplify, toString
-
Field Details
-
xPoints
-
yPoints
-
zPoints
-
-
Constructor Details
-
ArrayVoxelShape
-
ArrayVoxelShape
ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)
-
-
Method Details
-
getPointPositions
- Specified by:
getPointPositionsin classVoxelShape
-