Class AnimatedButton

java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.MultiButton
me.hsgamer.hscore.minecraft.gui.button.AnimatedButton
All Implemented Interfaces:
Function<@NotNull InventoryContext,@Nullable ActionItem>, GUIElement

public class AnimatedButton extends MultiButton
The animated button with child buttons as frames
  • Constructor Details

    • AnimatedButton

      public AnimatedButton()
  • Method Details

    • requireChildButtons

      protected boolean requireChildButtons()
      Description copied from class: MultiButton
      Whether to require child buttons
      Overrides:
      requireChildButtons in class MultiButton
      Returns:
      true if child buttons are required
    • setPeriodMillis

      public void setPeriodMillis(long periodMillis)
      Set the period of the animation
      Parameters:
      periodMillis - the period in milliseconds
    • stop

      public void stop()
      Description copied from interface: GUIElement
      Stop the element. Should be called after removing from the GUI.
      Specified by:
      stop in interface GUIElement
      Overrides:
      stop in class MultiButton
    • apply

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