Class ListButton
java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.MultiButton
me.hsgamer.hscore.minecraft.gui.button.ListButton
- All Implemented Interfaces:
Function<@NotNull InventoryContext,
,@Nullable ActionItem> GUIElement
The button that loops through the list of child buttons
-
Field Summary
Fields inherited from class me.hsgamer.hscore.minecraft.gui.button.MultiButton
buttons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable ActionItem
apply
(@NotNull InventoryContext context) boolean
Should the button keep the current index for the unique id?void
removeCurrentIndex
(UUID uuid) Remove the current index for the unique idvoid
setKeepCurrentIndex
(boolean keepCurrentIndex) Should the button keep the current index for the unique id?Methods inherited from class me.hsgamer.hscore.minecraft.gui.button.MultiButton
addButton, addButton, getButtons, init, requireChildButtons, stop
-
Constructor Details
-
ListButton
public ListButton()
-
-
Method Details
-
isKeepCurrentIndex
public boolean isKeepCurrentIndex()Should the button keep the current index for the unique id?- Returns:
- true if it should
-
setKeepCurrentIndex
public void setKeepCurrentIndex(boolean keepCurrentIndex) Should the button keep the current index for the unique id?- Parameters:
keepCurrentIndex
- true if it should
-
removeCurrentIndex
Remove the current index for the unique id- Parameters:
uuid
- the unique id
-
apply
-