Class HorizontalSplitGUIPane.Builder
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<HorizontalSplitGUIPane.Builder,HorizontalSplitGUIPane>
de.placeblock.betterinventories.content.pane.impl.HorizontalSplitGUIPane.Builder
- Enclosing class:
- HorizontalSplitGUIPane
public static class HorizontalSplitGUIPane.Builder
extends BaseHorizontalSplitGUIPane.AbstractBuilder<HorizontalSplitGUIPane.Builder,HorizontalSplitGUIPane>
Builder for creating
HorizontalSplitGUIPane-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the instanceprotected HorizontalSplitGUIPane.Builderself()Returns the Builder instance itselfMethods inherited from class de.placeblock.betterinventories.content.pane.impl.BaseHorizontalSplitGUIPane.AbstractBuilder
lowerPane, upperPaneMethods inherited from class de.placeblock.betterinventories.content.GUISection.AbstractBuilder
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
-
build
Description copied from class:BuilderBuilds the instance- Specified by:
buildin classBuilder<HorizontalSplitGUIPane.Builder,HorizontalSplitGUIPane> - Returns:
- The new instance
-
self
Description copied from class:BuilderReturns the Builder instance itself- Specified by:
selfin classBuilder<HorizontalSplitGUIPane.Builder,HorizontalSplitGUIPane> - Returns:
- the Builder instance itself
-