Class DummyButton
java.lang.Object
me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton
- All Implemented Interfaces:
Button
,Initializable
The dummy button with only the item
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDummyButton
(@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, wait
Methods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop
-
Constructor Details
-
DummyButton
Create a new button- Parameters:
itemFunction
- the item function
-
DummyButton
Create a new button- Parameters:
itemStack
- the item
-
-
Method Details