Class HorizontalSplitGUIPaneBuilder
java.lang.Object
de.placeblock.betterinventories.builder.content.BaseGUISectionBuilder<G,B>
de.placeblock.betterinventories.builder.content.BaseGUIPaneBuilder<HorizontalSplitGUIPane,HorizontalSplitGUIPaneBuilder>
de.placeblock.betterinventories.builder.content.HorizontalSplitGUIPaneBuilder
- All Implemented Interfaces:
Builder<HorizontalSplitGUIPane,HorizontalSplitGUIPaneBuilder>
public class HorizontalSplitGUIPaneBuilder
extends BaseGUIPaneBuilder<HorizontalSplitGUIPane,HorizontalSplitGUIPaneBuilder>
Builder for creating HorizontalSplitGUIPanes
-
Field Summary
Fields inherited from interface de.placeblock.betterinventories.builder.Builder
VALUE_MISSING_EXCEPTION -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new HorizontalSplitGUIPaneBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the objectSets the lower part of the paneSets the upper part of the paneMethods inherited from class de.placeblock.betterinventories.builder.content.BaseGUIPaneBuilder
adoptMinMax, getBestMaxSize, getBestMinSize, maxSize, maxSize, minSize, minSizeMethods inherited from class de.placeblock.betterinventories.builder.content.BaseGUISectionBuilder
getGui, getSize, size
-
Constructor Details
-
HorizontalSplitGUIPaneBuilder
Creates a new HorizontalSplitGUIPaneBuilder- Parameters:
gui- The GUI for the Pane
-
-
Method Details
-
upperPane
Sets the upper part of the pane- Parameters:
pane- The upper pane- Returns:
- this
-
lowerPane
Sets the lower part of the pane- Parameters:
pane- The lower pane- Returns:
- this
-
build
Description copied from interface:BuilderBuilds the object- Returns:
- The built object
-