Class DiscreteVoxelShape

java.lang.Object
net.minecraft.world.phys.shapes.DiscreteVoxelShape
Direct Known Subclasses:
BitSetDiscreteVoxelShape, SubShape

public abstract class DiscreteVoxelShape extends Object
  • Field Details

    • AXIS_VALUES

      private static final Direction.Axis[] AXIS_VALUES
    • xSize

      protected final int xSize
    • ySize

      protected final int ySize
    • zSize

      protected final int zSize
  • Constructor Details

    • DiscreteVoxelShape

      protected DiscreteVoxelShape(int pXSize, int pYSize, int pZSize)
  • Method Details