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

Type Parameters:
B - The Builder that implements this one
P - The GUIButton that is built
Direct Known Subclasses:
LoadingGUIItem.Builder
Enclosing class:
LoadingGUIItem

protected abstract static class LoadingGUIItem.AbstractBuilder<B extends LoadingGUIItem.AbstractBuilder<B,P>,P extends LoadingGUIItem> extends GUIItem.AbstractBuilder<B,P>
Abstract Builder for creating SwitchGUIButton
  • Constructor Details

    • AbstractBuilder

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