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