Package net.minecraft.util.shape
Class ArrayVoxelShape
java.lang.Object
net.minecraft.util.shape.VoxelShape
net.minecraft.util.shape.ArrayVoxelShape
public 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 Constructor Description 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, forEachBox, forEachEdge, getBoundingBox, getBoundingBoxes, getCoordIndex, getEndingCoord, getFace, getMax, getMin, getPointPosition, isEmpty, offset, raycast, simplify, toString
-
Field Details
-
xPoints
-
yPoints
-
zPoints
-
-
Constructor Details
-
ArrayVoxelShape
ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)
-
-
Method Details
-
getPointPositions
- Specified by:
getPointPositionsin classVoxelShape
-