Class IOGUIPane.Builder
java.lang.Object
de.placeblock.betterinventories.Builder<B,P>
de.placeblock.betterinventories.content.GUISection.Builder<B,P>
de.placeblock.betterinventories.content.pane.impl.simple.BaseSimpleGUIPane.Builder<B,P,GUIItem>
de.placeblock.betterinventories.content.pane.impl.simple.BaseSimpleItemGUIPane.Builder<B,P>
de.placeblock.betterinventories.content.pane.impl.io.BaseIOGUIPane.Builder<IOGUIPane.Builder,IOGUIPane>
de.placeblock.betterinventories.content.pane.impl.io.IOGUIPane.Builder
- Enclosing class:
- IOGUIPane
Builder for creating
IOGUIPane-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the instanceprotected IOGUIPane.Builderself()Returns the Builder instance itselfMethods inherited from class de.placeblock.betterinventories.content.pane.impl.io.BaseIOGUIPane.Builder
getOnChange, input, isInput, isOutput, onChange, outputMethods inherited from class de.placeblock.betterinventories.content.pane.impl.simple.BaseSimpleGUIPane.Builder
autoSize, isAutoSizeMethods 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
-
build
Description copied from class:BuilderBuilds the instance- Specified by:
buildin classBuilder<IOGUIPane.Builder,IOGUIPane> - Returns:
- The new instance
-
self
Description copied from class:BuilderReturns the Builder instance itself- Specified by:
selfin classBuilder<IOGUIPane.Builder,IOGUIPane> - Returns:
- the Builder instance itself
-