Class PortalUtil.Rectangle

java.lang.Object
net.minecraft.world.PortalUtil.Rectangle
Enclosing class:
PortalUtil

public static class PortalUtil.Rectangle
extends Object
  • Field Details

    • lowerLeft

      public final BlockPos lowerLeft
    • width

      public final int width
    • height

      public final int height
  • Constructor Details

    • Rectangle

      public Rectangle​(BlockPos lowerLeft, int width, int height)