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

java.lang.Object
de.placeblock.betterinventories.Builder<B,P>
de.placeblock.betterinventories.content.GUISection.AbstractBuilder<B,P>
de.placeblock.betterinventories.content.pane.GUIPane.AbstractBuilder<B,P>
Type Parameters:
B - The Builder that implements this one
P - The Product that is built
Direct Known Subclasses:
BaseHorizontalSplitGUIPane.AbstractBuilder
Enclosing class:
GUIPane

public abstract static class GUIPane.AbstractBuilder<B extends GUIPane.AbstractBuilder<B,P>,P extends GUIPane> extends GUISection.AbstractBuilder<B,P>
Builder for creating various GUIPane
  • Constructor Details

    • AbstractBuilder

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