Package me.hsgamer.bettergui.api.button
Interface WrappedButton
-
- All Superinterfaces:
me.hsgamer.hscore.minecraft.gui.button.Button,me.hsgamer.hscore.ui.property.Initializable,MenuElement
- All Known Implementing Classes:
ActionButton,BaseWrappedButton,EmptyButton,LegacyMenuButton,TemplateButton,WrappedAirButton,WrappedAnimatedButton,WrappedDummyButton,WrappedListButton,WrappedNullButton,WrappedPredicateButton,WrappedSimpleButton
public interface WrappedButton extends me.hsgamer.hscore.minecraft.gui.button.Button, MenuElement
The wrapped button for Menu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetName()Get the name of the buttondefault voidrefresh(UUID uuid)Refresh the button for the unique id-
Methods inherited from interface me.hsgamer.bettergui.api.menu.MenuElement
getMenu
-
-