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 p_265185_, int p_265789_, int p_265792_, int p_265443_)
  • Method Details