Class HorizontalSplitGUIPane

All Implemented Interfaces:
Sizeable

public class HorizontalSplitGUIPane extends BaseHorizontalSplitGUIPane
A GUIPane with an upper and lower pane. Renders the lower pane always below the upper pane.
  • Constructor Details

    • HorizontalSplitGUIPane

      @Deprecated(forRemoval=true) public HorizontalSplitGUIPane(GUI gui, Vector2d minSize, Vector2d maxSize, GUIPane upperPane, GUIPane lowerPane)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new HorizontalSplitGUIPane
      Parameters:
      gui - The GUI
      minSize - The minimum size of the Pane
      maxSize - The maximum size of the Pane
      upperPane - The upper pane
      lowerPane - The lower pane