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 protectedSimpleVoxelShape(VoxelSet voxels) -
Method Summary
Modifier and Type Method Description protected intgetCoordIndex(Direction.Axis axis, double coord)protected DoubleListgetPointPositions(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:
getPointPositionsin classVoxelShape
-
getCoordIndex
- Overrides:
getCoordIndexin classVoxelShape
-