Class PreviousPageGUIButton.AbstractBuilder<B extends PreviousPageGUIButton.AbstractBuilder<B,P>,P extends PreviousPageGUIButton>

Type Parameters:
B - The Builder that implements this one
P - The CommandGUIButton that is build
Direct Known Subclasses:
PreviousPageGUIButton.Builder
Enclosing class:
PreviousPageGUIButton

public abstract static class PreviousPageGUIButton.AbstractBuilder<B extends PreviousPageGUIButton.AbstractBuilder<B,P>,P extends PreviousPageGUIButton> extends PaginatorGUIButton.AbstractBuilder<B,P>
Abstract Builder for creating PreviousPageGUIButton
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder(GUI gui, PaginatorGUIPane paginator)
      Creates a new Builder
      Parameters:
      gui - The GUI
      paginator - The paginator this button belongs to