类 ArrayVoxelShape

java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
net.minecraft.world.phys.shapes.ArrayVoxelShape

public class ArrayVoxelShape extends VoxelShape
  • 字段详细资料

    • 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
  • 构造器详细资料

    • ArrayVoxelShape

      protected ArrayVoxelShape(DiscreteVoxelShape pShape, double[] pXs, double[] pYs, double[] pZs)
    • ArrayVoxelShape

      ArrayVoxelShape(DiscreteVoxelShape pShape, it.unimi.dsi.fastutil.doubles.DoubleList pXs, it.unimi.dsi.fastutil.doubles.DoubleList pYs, it.unimi.dsi.fastutil.doubles.DoubleList pZs)
  • 方法详细资料