Package net.minecraft.util.shape
Class ArrayVoxelShape
java.lang.Object
net.minecraft.util.shape.VoxelShape
net.minecraft.util.shape.ArrayVoxelShape
public class ArrayVoxelShape extends VoxelShape
- Mappings:
Namespace Name official dma
intermediary net/minecraft/class_245
named net/minecraft/util/shape/ArrayVoxelShape
-
Field Summary
Fields Modifier and Type Field Description private DoubleList
xPoints
private DoubleList
yPoints
private DoubleList
zPoints
Fields inherited from class net.minecraft.util.shape.VoxelShape
voxels
-
Constructor Summary
Constructors Modifier Constructor Description protected
ArrayVoxelShape(VoxelSet voxelSet, double[] double2, double[] double3, double[] double4)
(package private)
ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)
-
Method Summary
Modifier and Type Method Description protected DoubleList
getPointPositions(Direction.Axis axis)
Methods inherited from class net.minecraft.util.shape.VoxelShape
calculateMaxDistance, calculateMaxDistance, forEachBox, forEachEdge, getBoundingBox, getBoundingBoxes, getCoordIndex, getEndingCoord, getFace, getMax, getMin, getPointPosition, isEmpty, method_33661, method_35593, offset, raycast, simplify, toString
-
Field Details
-
xPoints
- Mappings:
Namespace Name Mixin selector official b
Ldma;b:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_1361
Lnet/minecraft/class_245;field_1361:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named xPoints
Lnet/minecraft/util/shape/ArrayVoxelShape;xPoints:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
yPoints
- Mappings:
Namespace Name Mixin selector official c
Ldma;c:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_1362
Lnet/minecraft/class_245;field_1362:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named yPoints
Lnet/minecraft/util/shape/ArrayVoxelShape;yPoints:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
zPoints
- Mappings:
Namespace Name Mixin selector official d
Ldma;d:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_1363
Lnet/minecraft/class_245;field_1363:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named zPoints
Lnet/minecraft/util/shape/ArrayVoxelShape;zPoints:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
-
Constructor Details
-
ArrayVoxelShape
-
ArrayVoxelShape
ArrayVoxelShape(VoxelSet shape, DoubleList xPoints, DoubleList yPoints, DoubleList zPoints)- Mappings:
Namespace Name Mixin selector official <init>
Ldma;<init>(Ldmh;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)V
intermediary <init>
Lnet/minecraft/class_245;<init>(Lnet/minecraft/class_251;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)V
named <init>
Lnet/minecraft/util/shape/ArrayVoxelShape;<init>(Lnet/minecraft/util/shape/VoxelSet;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;)V
-
-
Method Details
-
getPointPositions
- Specified by:
getPointPositions
in classVoxelShape
- Mappings:
Namespace Name Mixin selector official a
Ldmr;a(Lgg$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary method_1109
Lnet/minecraft/class_265;method_1109(Lnet/minecraft/class_2350$class_2351;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
named getPointPositions
Lnet/minecraft/util/shape/VoxelShape;getPointPositions(Lnet/minecraft/util/math/Direction$Axis;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
-