Class HeaderAndFooterLayout

java.lang.Object
net.minecraft.client.gui.layouts.HeaderAndFooterLayout
All Implemented Interfaces:
Layout, LayoutElement

public class HeaderAndFooterLayout extends Object implements Layout
  • Field Details

    • CONTENT_MARGIN_TOP

      private static final int CONTENT_MARGIN_TOP
      See Also:
    • headerFrame

      private final FrameLayout headerFrame
    • footerFrame

      private final FrameLayout footerFrame
    • contentsFrame

      private final FrameLayout contentsFrame
    • screen

      private final Screen screen
    • headerHeight

      private int headerHeight
    • footerHeight

      private int footerHeight
  • Constructor Details

    • HeaderAndFooterLayout

      public HeaderAndFooterLayout(Screen p_270234_)
    • HeaderAndFooterLayout

      public HeaderAndFooterLayout(Screen p_270404_, int p_270984_)
    • HeaderAndFooterLayout

      public HeaderAndFooterLayout(Screen p_270083_, int p_270134_, int p_270996_)
  • Method Details