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 p_82572_, double[] p_82573_, double[] p_82574_, double[] p_82575_)
    • ArrayVoxelShape

      ArrayVoxelShape(DiscreteVoxelShape p_82567_, it.unimi.dsi.fastutil.doubles.DoubleList p_82568_, it.unimi.dsi.fastutil.doubles.DoubleList p_82569_, it.unimi.dsi.fastutil.doubles.DoubleList p_82570_)
  • Method Details