Package net.minecraft.util.math.shapes
Class VoxelShapeCube
- java.lang.Object
-
- net.minecraft.util.math.shapes.VoxelShape
-
- net.minecraft.util.math.shapes.VoxelShapeCube
-
public final class VoxelShapeCube extends VoxelShape
-
-
Field Summary
-
Fields inherited from class net.minecraft.util.math.shapes.VoxelShape
shape
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedVoxelShapeCube(VoxelShapePart p_i48182_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intfindIndex(Direction.Axis p_197749_1_, double p_197749_2_)protected it.unimi.dsi.fastutil.doubles.DoubleListgetCoords(Direction.Axis p_197757_1_)-
Methods inherited from class net.minecraft.util.math.shapes.VoxelShape
bounds, clip, collide, collideX, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, isFullWide, max, max, min, move, optimize, toAabbs, toString
-
-
-
-
Constructor Detail
-
VoxelShapeCube
protected VoxelShapeCube(VoxelShapePart p_i48182_1_)
-
-
Method Detail
-
getCoords
protected it.unimi.dsi.fastutil.doubles.DoubleList getCoords(Direction.Axis p_197757_1_)
- Specified by:
getCoordsin classVoxelShape
-
findIndex
protected int findIndex(Direction.Axis p_197749_1_, double p_197749_2_)
- Overrides:
findIndexin classVoxelShape
-
-