Class TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin>
java.lang.Object
de.placeblock.betterinventories.Builder<B,G>
de.placeblock.betterinventories.gui.GUI.Builder<B,G,P>
de.placeblock.betterinventories.gui.impl.BaseAnvilGUI.AbstractBuilder<B,G,P>
de.placeblock.betterinventories.gui.impl.textinput.TextInputGUI.AbstractBuilder<TextInputGUI.Builder<P>,TextInputGUI,P>
de.placeblock.betterinventories.gui.impl.textinput.TextInputGUI.Builder<P>
- Enclosing class:
- TextInputGUI
public static class TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin>
extends TextInputGUI.AbstractBuilder<TextInputGUI.Builder<P>,TextInputGUI,P>
Builder for creating
TextInputGUI-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the instanceprotected TextInputGUI.Builder<P>self()Returns the Builder instance itselfMethods inherited from class de.placeblock.betterinventories.gui.impl.textinput.TextInputGUI.AbstractBuilder
onFinish, onUpdate, text, titleConverterMethods inherited from class de.placeblock.betterinventories.gui.impl.BaseAnvilGUI.AbstractBuilder
additionalItem, inputItem, resultItemMethods inherited from class de.placeblock.betterinventories.gui.GUI.Builder
removeItems, title, type
-
Constructor Details
-
Builder
Creates a new Builder- Parameters:
plugin- The plugin that uses this builderplayer- The player this GUI belongs to
-
-
Method Details
-
build
Description copied from class:BuilderBuilds the instance- Specified by:
buildin classBuilder<TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin>,TextInputGUI> - Returns:
- The new instance
-
self
Description copied from class:BuilderReturns the Builder instance itself- Specified by:
selfin classBuilder<TextInputGUI.Builder<P extends org.bukkit.plugin.java.JavaPlugin>,TextInputGUI> - Returns:
- the Builder instance itself
-