Class BackGUIButton
java.lang.Object
de.placeblock.betterinventories.content.GUISection
de.placeblock.betterinventories.content.item.GUIItem
de.placeblock.betterinventories.content.item.GUIButton
de.placeblock.betterinventories.content.item.impl.SwitchGUIButton
de.placeblock.betterinventories.content.item.impl.BackGUIButton
- All Implemented Interfaces:
Sizeable
-
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
ConstructorsConstructorDescriptionBackGUIButton(GUI gui, Supplier<GUI> targetGUI) Creates a new BackGUIButtonBackGUIButton(GUI gui, Supplier<GUI> targetGUI, net.kyori.adventure.text.TextComponent title) Creates a new BackGUIButton -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.item.impl.SwitchGUIButton
onClickMethods inherited from class de.placeblock.betterinventories.content.item.GUIButton
applyCooldown, click, hasPermission, onLeftClick, onRightClick, onShiftClick, onShiftLeftClick, onShiftRightClick, setCooldownMethods inherited from class de.placeblock.betterinventories.content.item.GUIItem
getSectionAt, getSectionAt, renderMethods 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
-
BackGUIButton
public BackGUIButton(GUI gui, Supplier<GUI> targetGUI, net.kyori.adventure.text.TextComponent title) Creates a new BackGUIButton- Parameters:
gui- The GUItargetGUI- The GUI to be opened on clicktitle- The title of the Button
-
BackGUIButton
Creates a new BackGUIButton- Parameters:
gui- The GUItargetGUI- The GUI to be opened on click
-