Package me.hsgamer.bettergui.api.action
Interface Action
-
- All Superinterfaces:
BiConsumer<UUID,TaskProcess>,MenuElement,ProcessApplier
- All Known Implementing Classes:
BackAction,BaseAction,BroadcastAction,CloseMenuAction,CommandAction,ConsoleAction,DelayAction,OpAction,OpenMenuAction,PermissionAction,PlayerAction,SoundAction,TellAction,UpdateMenuAction
public interface Action extends MenuElement, ProcessApplier
The action used in Menus/Buttons/...
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Methods inherited from interface me.hsgamer.bettergui.api.menu.MenuElement
getMenu
-
-