Class GUIItem.AbstractBuilder<B extends GUIItem.AbstractBuilder<B,P>,P extends GUIItem>
java.lang.Object
de.placeblock.betterinventories.Builder<B,P>
de.placeblock.betterinventories.content.GUISection.Builder<B,P>
de.placeblock.betterinventories.content.item.GUIItem.AbstractBuilder<B,P>
- Type Parameters:
B- The Builder that implements this oneP- TheGUIItemthat is built
- Direct Known Subclasses:
GUIButton.AbstractBuilder,GUIItem.Builder
- Enclosing class:
- GUIItem
protected abstract static class GUIItem.AbstractBuilder<B extends GUIItem.AbstractBuilder<B,P>,P extends GUIItem>
extends GUISection.Builder<B,P>
Abstract Builder for creating various GUIItems
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.GUISection.Builder
adoptMinMax, getMaxSize, getMinSize, maxSize, maxSize, minSize, minSize, size, size
-
Constructor Details
-
AbstractBuilder
Creates a new Builder- Parameters:
gui- The GUI this Pane belongs to
-
-
Method Details
-
itemStack
Sets the itemStack attribute- Parameters:
itemStack- The itemStack that sits inside thisGUIItem- Returns:
- Itself
-