Package net.minecraft.util.shape
Class SimpleVoxelShape
java.lang.Object
net.minecraft.util.shape.VoxelShape
net.minecraft.util.shape.SimpleVoxelShape
public final class SimpleVoxelShape extends VoxelShape
- Mappings:
Namespace Name official djbintermediary net/minecraft/class_249named net/minecraft/util/shape/SimpleVoxelShape
-
Field Summary
Fields inherited from class net.minecraft.util.shape.VoxelShape
voxels -
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleVoxelShape(VoxelSet voxels) -
Method Summary
Modifier and Type Method Description protected intgetCoordIndex(Direction.Axis axis, double coord)protected DoubleListgetPointPositions(Direction.Axis axis)Methods inherited from class net.minecraft.util.shape.VoxelShape
calculateMaxDistance, calculateMaxDistance, forEachBox, forEachEdge, getBoundingBox, getBoundingBoxes, getEndingCoord, getFace, getMax, getMin, getPointPosition, isEmpty, method_33661, offset, raycast, simplify, toString
-
Constructor Details
-
SimpleVoxelShape
- Mappings:
Namespace Name Mixin selector official <init>Ldjn;<init>(Ldjd;)Vintermediary <init>Lnet/minecraft/class_265;<init>(Lnet/minecraft/class_251;)Vnamed <init>Lnet/minecraft/util/shape/VoxelShape;<init>(Lnet/minecraft/util/shape/VoxelSet;)V
-
-
Method Details
-
getPointPositions
- Specified by:
getPointPositionsin classVoxelShape- Mappings:
Namespace Name Mixin selector official aLdjn;a(Lgc$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;intermediary method_1109Lnet/minecraft/class_265;method_1109(Lnet/minecraft/class_2350$class_2351;)Lit/unimi/dsi/fastutil/doubles/DoubleList;named getPointPositionsLnet/minecraft/util/shape/VoxelShape;getPointPositions(Lnet/minecraft/util/math/Direction$Axis;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
getCoordIndex
- Overrides:
getCoordIndexin classVoxelShape- Mappings:
Namespace Name Mixin selector official aLdjn;a(Lgc$a;D)Iintermediary method_1100Lnet/minecraft/class_265;method_1100(Lnet/minecraft/class_2350$class_2351;D)Inamed getCoordIndexLnet/minecraft/util/shape/VoxelShape;getCoordIndex(Lnet/minecraft/util/math/Direction$Axis;D)I
-