Package net.minecraft.util.math.shapes
Class SplitVoxelShape
java.lang.Object
net.minecraft.util.math.shapes.VoxelShape
net.minecraft.util.math.shapes.SplitVoxelShape
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Direction.Axis
private final VoxelShape
private static final it.unimi.dsi.fastutil.doubles.DoubleList
Fields inherited from class net.minecraft.util.math.shapes.VoxelShape
shape
-
Constructor Summary
ConstructorDescriptionSplitVoxelShape
(VoxelShape p_i47682_1_, Direction.Axis p_i47682_2_, int p_i47682_3_) -
Method Summary
Modifier and TypeMethodDescriptionprotected it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis p_197757_1_) private static VoxelShapePart
makeSlice
(VoxelShapePart p_197775_0_, Direction.Axis p_197775_1_, int p_197775_2_) Methods inherited from class net.minecraft.util.math.shapes.VoxelShape
bounds, clip, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, isFullWide, max, max, min, move, optimize, toAabbs, toString
-
Field Details
-
delegate
-
axis
-
SLICE_COORDS
private static final it.unimi.dsi.fastutil.doubles.DoubleList SLICE_COORDS
-
-
Constructor Details
-
SplitVoxelShape
-
-
Method Details
-
makeSlice
private static VoxelShapePart makeSlice(VoxelShapePart p_197775_0_, Direction.Axis p_197775_1_, int p_197775_2_) -
getCoords
- Specified by:
getCoords
in classVoxelShape
-