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
The animated button with child buttons as frames
-
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) protected boolean
Whether to require child buttonsvoid
setPeriodMillis
(long periodMillis) Set the period of the animationvoid
stop()
Stop the element.Methods inherited from class me.hsgamer.hscore.minecraft.gui.button.MultiButton
addButton, addButton, getButtons, init
-
Constructor Details
-
AnimatedButton
public AnimatedButton()
-
-
Method Details
-
requireChildButtons
protected boolean requireChildButtons()Description copied from class:MultiButton
Whether to require child buttons- Overrides:
requireChildButtons
in classMultiButton
- 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 interfaceGUIElement
- Overrides:
stop
in classMultiButton
-
apply
-