Class NullButton
java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
me.hsgamer.hscore.minecraft.gui.button.impl.NullButton
- All Implemented Interfaces:
Button,me.hsgamer.hscore.ui.property.Initializable
The null button, only with action
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNullButton(@NotNull Consumer<@NotNull ClickEvent> consumer) Create a new button -
Method Summary
Methods inherited from class me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton
getItem, handleActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop
-
Constructor Details
-
NullButton
Create a new button- Parameters:
consumer- the consumer
-
-
Method Details
-
forceSetAction
-