Package net.minecraft.world.phys.shapes
Class SliceShape
java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
net.minecraft.world.phys.shapes.SliceShape
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Direction.Axisprivate final VoxelShapeprivate static final it.unimi.dsi.fastutil.doubles.DoubleListFields inherited from class net.minecraft.world.phys.shapes.VoxelShapeshape
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected it.unimi.dsi.fastutil.doubles.DoubleListgetCoords(Direction.Axis p_83181_) private static DiscreteVoxelShapemakeSlice(DiscreteVoxelShape p_83177_, Direction.Axis p_83178_, int p_83179_) Methods inherited from class net.minecraft.world.phys.shapes.VoxelShapebounds, clip, closestPointTo, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, singleEncompassing, toAabbs, toString
- 
Field Details- 
delegate
- 
axis
- 
SLICE_COORDSprivate static final it.unimi.dsi.fastutil.doubles.DoubleList SLICE_COORDS
 
- 
- 
Constructor Details- 
SliceShape
 
- 
- 
Method Details- 
makeSliceprivate static DiscreteVoxelShape makeSlice(DiscreteVoxelShape p_83177_, Direction.Axis p_83178_, int p_83179_) 
- 
getCoords- Specified by:
- getCoordsin class- VoxelShape
 
 
-