Class BaseHorizontalSplitGUIPane.AbstractBuilder<B extends BaseHorizontalSplitGUIPane.AbstractBuilder<B,P>,P extends BaseHorizontalSplitGUIPane>
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>
de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane.AbstractBuilder<B,P>
- Type Parameters:
B- The Builder that implements this oneP- The BaseHorizontalSplitGUIPane that is built
- Direct Known Subclasses:
HorizontalSplitGUIPane.Builder,PaginatorGUIPane.Builder
- Enclosing class:
- BaseHorizontalSplitGUIPane
public abstract static class BaseHorizontalSplitGUIPane.AbstractBuilder<B extends BaseHorizontalSplitGUIPane.AbstractBuilder<B,P>,P extends BaseHorizontalSplitGUIPane>
extends GUIPane.AbstractBuilder<B,P>
Builder for creating
BaseHorizontalSplitGUIPane-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.GUISection.AbstractBuilder
adoptMinMax, getMaxSize, getMinSize, maxSize, maxSize, minSize, minSize, size, size
-
Constructor Details
-
AbstractBuilder
Creates a new Builder- Parameters:
gui- The gui this Pane belongs to
-
-
Method Details
-
upperPane
Sets the upperPane attribute- Parameters:
upperPane- The upper pane- Returns:
- Itself
-
lowerPane
Sets the lowerPane attribute- Parameters:
lowerPane- The lower pane- Returns:
- Itself
-