All Implemented Interfaces:
Sizeable

public class PaginatorControlsPane extends BaseSimpleItemGUIPane<PaginatorControlsPane>
The Controls pane for a PaginatorGUIPane.
  • Field Details

    • FILL_ITEM

      public static GUIItem FILL_ITEM
      The default fill-item for the Pane
  • Constructor Details

    • PaginatorControlsPane

      @Deprecated(forRemoval=true) public PaginatorControlsPane(GUI gui, PaginatorGUIPane paginatorGUIPane, Vector2d minSize, Vector2d maxSize, boolean autoSize, PaginatorControlsPosition position, NextPageGUIButton nextButton, PreviousPageGUIButton previousButton)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new PaginatorControlsPane
      Parameters:
      gui - The GUI
      paginatorGUIPane - The according Paginator
      minSize - The minimum size of the Pane
      maxSize - The maximum size of the Pane
      autoSize - Whether the Pane should synchronize its width with the Paginator.
      position - The position where the Buttons should get rendered
      nextButton - The custom next-button
      previousButton - The custom previous-button
  • Method Details