Class AbstractLayout

java.lang.Object
net.minecraft.client.gui.layouts.AbstractLayout
All Implemented Interfaces:
Layout, LayoutElement
Direct Known Subclasses:
EqualSpacingLayout, FrameLayout, GridLayout

public abstract class AbstractLayout extends Object implements Layout
  • Field Details

    • x

      private int x
    • y

      private int y
    • width

      protected int width
    • height

      protected int height
  • Constructor Details

    • AbstractLayout

      public AbstractLayout(int pX, int pY, int pWidth, int pHeight)
  • Method Details