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

public class ListButton extends MultiButton
The button that loops through the list of child buttons
  • 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

      public void removeCurrentIndex(UUID uuid)
      Remove the current index for the unique id
      Parameters:
      uuid - the unique id
    • apply

      @Nullable public @Nullable ActionItem apply(@NotNull @NotNull InventoryContext context)