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 eal
intermediary net/minecraft/class_249
named net/minecraft/util/shape/SimpleVoxelShape
  • Constructor Details

    • SimpleVoxelShape

      protected SimpleVoxelShape(VoxelSet voxels)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leax;<init>(Lean;)V
      intermediary <init> Lnet/minecraft/class_265;<init>(Lnet/minecraft/class_251;)V
      named <init> Lnet/minecraft/util/shape/VoxelShape;<init>(Lnet/minecraft/util/shape/VoxelSet;)V
  • Method Details

    • getPointPositions

      protected DoubleList getPointPositions(Direction.Axis axis)
      Specified by:
      getPointPositions in class VoxelShape
      Mappings:
      Namespace Name Mixin selector
      official a Leax;a(Lgv$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;
    • getCoordIndex

      protected int getCoordIndex(Direction.Axis axis, double coord)
      Overrides:
      getCoordIndex in class VoxelShape
      Mappings:
      Namespace Name Mixin selector
      official a Leax;a(Lgv$a;D)I
      intermediary method_1100 Lnet/minecraft/class_265;method_1100(Lnet/minecraft/class_2350$class_2351;D)I
      named getCoordIndex Lnet/minecraft/util/shape/VoxelShape;getCoordIndex(Lnet/minecraft/util/math/Direction$Axis;D)I