Class BitSetDiscreteVoxelShape

java.lang.Object
net.minecraft.world.phys.shapes.DiscreteVoxelShape
net.minecraft.world.phys.shapes.BitSetDiscreteVoxelShape

public final class BitSetDiscreteVoxelShape extends DiscreteVoxelShape
  • Field Details

    • storage

      private final BitSet storage
    • xMin

      private int xMin
    • yMin

      private int yMin
    • zMin

      private int zMin
    • xMax

      private int xMax
    • yMax

      private int yMax
    • zMax

      private int zMax
  • Constructor Details

    • BitSetDiscreteVoxelShape

      public BitSetDiscreteVoxelShape(int pXSize, int pYSize, int pZSize)
    • BitSetDiscreteVoxelShape

      public BitSetDiscreteVoxelShape(DiscreteVoxelShape pShape)
  • Method Details