Class AnimatedMask

java.lang.Object
me.hsgamer.hscore.minecraft.gui.mask.MultiMask<Map<Integer,ActionItem>>
me.hsgamer.hscore.minecraft.gui.mask.AnimatedMask
All Implemented Interfaces:
Function<@NotNull InventoryContext,@Nullable Map<Integer,ActionItem>>, GUIElement

public class AnimatedMask extends MultiMask<Map<Integer,ActionItem>>
The animated mask with child masks as frames
  • Constructor Details

    • AnimatedMask

      public AnimatedMask()
  • Method Details

    • requireChildElements

      protected boolean requireChildElements()
      Description copied from class: MultiMask
      Whether this mask requires child elements
      Overrides:
      requireChildElements in class MultiMask<Map<Integer,ActionItem>>
      Returns:
      true if it requires child elements
    • 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 MultiMask<Map<Integer,ActionItem>>
    • apply

      @Nullable public @Nullable Map<Integer,ActionItem> apply(@NotNull @NotNull InventoryContext context)