类 SliceShape
java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
net.minecraft.world.phys.shapes.SliceShape
-
字段概要
字段修饰符和类型字段说明private final Direction.Axis
private final VoxelShape
private static final it.unimi.dsi.fastutil.doubles.DoubleList
从类继承的字段 net.minecraft.world.phys.shapes.VoxelShape
shape
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis pAxis) private static DiscreteVoxelShape
makeSlice
(DiscreteVoxelShape pShape, Direction.Axis pAxis, int pIndex) 从类继承的方法 net.minecraft.world.phys.shapes.VoxelShape
bounds, clip, closestPointTo, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, toAabbs, toString
-
字段详细资料
-
delegate
-
axis
-
SLICE_COORDS
private static final it.unimi.dsi.fastutil.doubles.DoubleList SLICE_COORDS
-
-
构造器详细资料
-
SliceShape
-
-
方法详细资料
-
makeSlice
private static DiscreteVoxelShape makeSlice(DiscreteVoxelShape pShape, Direction.Axis pAxis, int pIndex) -
getCoords
- 指定者:
getCoords
在类中VoxelShape
-