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
FieldsModifier and TypeFieldDescriptionprivate final Direction.Axisprivate final VoxelShapeprivate static final it.unimi.dsi.fastutil.doubles.DoubleListFields inherited from class net.minecraft.util.math.shapes.VoxelShape
shape - 
Constructor Summary
ConstructorsConstructorDescriptionSplitVoxelShape(VoxelShape p_i47682_1_, Direction.Axis p_i47682_2_, int p_i47682_3_)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected it.unimi.dsi.fastutil.doubles.DoubleListgetCoords(Direction.Axis p_197757_1_) private static VoxelShapePartmakeSlice(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:
 getCoordsin classVoxelShape
 
 -