Class DummyButton
java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton
- All Implemented Interfaces:
Button,me.hsgamer.hscore.ui.property.Initializable
The dummy button with only the item
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDummyButton(@Nullable Item itemStack) Create a new buttonDummyButton(Function<@NotNull UUID, @Nullable Item> itemFunction) Create a new button -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.minecraft.gui.button.Button
forceSetAction, handleActionMethods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop