Package net.minecraft.world.phys.shapes
Class ArrayVoxelShape
java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
net.minecraft.world.phys.shapes.ArrayVoxelShape
-
Field Summary
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.doubles.DoubleList
private final it.unimi.dsi.fastutil.doubles.DoubleList
private final it.unimi.dsi.fastutil.doubles.DoubleList
Fields inherited from class net.minecraft.world.phys.shapes.VoxelShape
shape
-
Constructor Summary
ModifierConstructorDescriptionprotected
ArrayVoxelShape
(DiscreteVoxelShape p_82572_, double[] p_82573_, double[] p_82574_, double[] p_82575_) (package private)
ArrayVoxelShape
(DiscreteVoxelShape p_82567_, it.unimi.dsi.fastutil.doubles.DoubleList p_82568_, it.unimi.dsi.fastutil.doubles.DoubleList p_82569_, it.unimi.dsi.fastutil.doubles.DoubleList p_82570_) -
Method Summary
Modifier and TypeMethodDescriptionprotected it.unimi.dsi.fastutil.doubles.DoubleList
getCoords
(Direction.Axis p_82577_) Methods inherited from class net.minecraft.world.phys.shapes.VoxelShape
bounds, clip, closestPointTo, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, singleEncompassing, toAabbs, toString
-
Field Details
-
xs
private final it.unimi.dsi.fastutil.doubles.DoubleList xs -
ys
private final it.unimi.dsi.fastutil.doubles.DoubleList ys -
zs
private final it.unimi.dsi.fastutil.doubles.DoubleList zs
-
-
Constructor Details
-
ArrayVoxelShape
protected ArrayVoxelShape(DiscreteVoxelShape p_82572_, double[] p_82573_, double[] p_82574_, double[] p_82575_) -
ArrayVoxelShape
ArrayVoxelShape(DiscreteVoxelShape p_82567_, it.unimi.dsi.fastutil.doubles.DoubleList p_82568_, it.unimi.dsi.fastutil.doubles.DoubleList p_82569_, it.unimi.dsi.fastutil.doubles.DoubleList p_82570_)
-
-
Method Details
-
getCoords
- Specified by:
getCoords
in classVoxelShape
-