Class BaseHorizontalSplitGUIPane.Builder<B extends BaseHorizontalSplitGUIPane.Builder<B,P>,P extends BaseHorizontalSplitGUIPane>
java.lang.Object
de.placeblock.betterinventories.Builder<B,P>
de.placeblock.betterinventories.content.GUISection.Builder<B,P>
de.placeblock.betterinventories.content.pane.GUIPane.Builder<B,P>
de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane.Builder<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.Builder<B extends BaseHorizontalSplitGUIPane.Builder<B,P>,P extends BaseHorizontalSplitGUIPane>
extends GUIPane.Builder<B,P>
Builder for creating
BaseHorizontalSplitGUIPane-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.GUISection.Builder
adoptMinMax, getMaxSize, getMinSize, maxSize, maxSize, minSize, minSize, size, size
-
Constructor Details
-
Builder
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
-