Class BaseChestGUI.Builder<B extends BaseChestGUI.Builder<B,G,C,P>,G extends BaseChestGUI<C>,C extends GUIPane,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.BaseCanvasGUI.Builder<B,G,C,P>
de.placeblock.betterinventories.gui.impl.BaseChestGUI.Builder<B,G,C,P>
- Type Parameters:
B- The Builder that implements this oneG- The GUI that is builtC- The Pane that lives inside the ChestGUIP- The Plugin that uses this builder
- Direct Known Subclasses:
ChestGUI.Builder
- Enclosing class:
- BaseChestGUI<C extends GUIPane>
public abstract static class BaseChestGUI.Builder<B extends BaseChestGUI.Builder<B,G,C,P>,G extends BaseChestGUI<C>,C extends GUIPane,P extends org.bukkit.plugin.java.JavaPlugin>
extends BaseCanvasGUI.Builder<B,G,C,P>
Builder for creating BaseChestGUIs
-
Constructor Summary
Constructors -
Method Summary
Methods 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 builder
-
-
Method Details
-
minHeight
Sets the minHeight attribute- Parameters:
minHeight- The minimum height of the GUI- Returns:
- Itself
-
maxHeight
Sets the maxHeight attribute- Parameters:
maxHeight- The maximum height of the GUI- Returns:
- Itself
-