Class LoadingGUIItem
java.lang.Object
de.placeblock.betterinventories.content.GUISection
de.placeblock.betterinventories.content.item.GUIItem
de.placeblock.betterinventories.content.item.impl.async.LoadingGUIItem
- All Implemented Interfaces:
Sizeable
Default LoadingGUIItem used by the
BaseAsyncGUIPane-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classLoadingGUIItem.AbstractBuilder<B extends LoadingGUIItem.AbstractBuilder<B,P>, P extends LoadingGUIItem> Abstract Builder for creatingSwitchGUIButtonstatic classBuilder for creatingSwitchGUIButton -
Field Summary
Fields inherited from class de.placeblock.betterinventories.content.item.GUIItem
BUTTON_SIZE, itemStackFields inherited from class de.placeblock.betterinventories.content.GUISection
maxSize, minSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.item.GUIItem
onItemAdd, onItemAmount, onItemClick, onItemRemove, onItemRemoveTroughInventoryClose, render, searchMethods inherited from class de.placeblock.betterinventories.content.GUISection
getEmptyContentList, getHeight, getSlots, getWidth, setSize, slotToVector, vectorToSlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.placeblock.betterinventories.Sizeable
clampSize, getMaxSize, getMinSize, getSize
-
Constructor Details
-
LoadingGUIItem
Creates a new LoadingGUIItem- Parameters:
gui- The GUI
-