Class ArrayVoxelShape

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

public class ArrayVoxelShape extends VoxelShape
  • 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 shape, double[] xs, double[] ys, double[] zs)
    • ArrayVoxelShape

      ArrayVoxelShape(DiscreteVoxelShape shape, it.unimi.dsi.fastutil.doubles.DoubleList xs, it.unimi.dsi.fastutil.doubles.DoubleList ys, it.unimi.dsi.fastutil.doubles.DoubleList zs)
  • Method Details