Package net.minecraft

Class BlockUtil.FoundRectangle

java.lang.Object
net.minecraft.BlockUtil.FoundRectangle
Enclosing class:
BlockUtil

public static class BlockUtil.FoundRectangle extends Object
  • Field Details

    • minCorner

      public final BlockPos minCorner
      Starting position of the rectangle represented by this result
    • axis1Size

      public final int axis1Size
      Distance between minimum and maximum values on the first axis argument
    • axis2Size

      public final int axis2Size
      Distance between minimum and maximum values on the second axis argument
  • Constructor Details

    • FoundRectangle

      public FoundRectangle(BlockPos pMinCorner, int pAxis1Size, int pAxis2Size)