Package net.minecraft.util.shape
Class SimpleVoxelShape
java.lang.Object
net.minecraft.util.shape.VoxelShape
net.minecraft.util.shape.SimpleVoxelShape
public final class SimpleVoxelShape extends VoxelShape
-
Field Summary
Fields inherited from class net.minecraft.util.shape.VoxelShape
voxels
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleVoxelShape(VoxelSet voxels)
-
Method Summary
Modifier and Type Method Description protected int
getCoordIndex(Direction.Axis axis, double coord)
protected DoubleList
getPointPositions(Direction.Axis axis)
Methods inherited from class net.minecraft.util.shape.VoxelShape
calculateMaxDistance, calculateMaxDistance, forEachBox, forEachEdge, getBoundingBox, getBoundingBoxes, getEndingCoord, getFace, getMax, getMin, getPointPosition, isEmpty, offset, raycast, simplify, toString
-
Constructor Details
-
SimpleVoxelShape
-
-
Method Details
-
getPointPositions
- Specified by:
getPointPositions
in classVoxelShape
-
getCoordIndex
- Overrides:
getCoordIndex
in classVoxelShape
-