类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis p_83181_) private static DiscreteVoxelShape
makeSlice
(DiscreteVoxelShape p_83177_, Direction.Axis p_83178_, int p_83179_) 从类继承的方法 net.minecraft.world.phys.shapes.VoxelShape
bounds, clip, closestPointTo, collide, collideX, equals, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isCubeLike, isEmpty, max, max, min, min, move, move, move, optimize, singleEncompassing, toAabbs, toString
-
字段详细资料
-
delegate
-
axis
-
SLICE_COORDS
private static final it.unimi.dsi.fastutil.doubles.DoubleList SLICE_COORDS
-
-
构造器详细资料
-
SliceShape
-
-
方法详细资料
-
makeSlice
private static DiscreteVoxelShape makeSlice(DiscreteVoxelShape p_83177_, Direction.Axis p_83178_, int p_83179_) -
getCoords
- 指定者:
getCoords
在类中VoxelShape
-