Uses of Interface
me.hsgamer.bettergui.api.action.Action
-
Packages that use Action Package Description me.hsgamer.bettergui.action me.hsgamer.bettergui.action.type me.hsgamer.bettergui.api.action me.hsgamer.bettergui.builder -
-
Uses of Action in me.hsgamer.bettergui.action
Constructor parameters in me.hsgamer.bettergui.action with type arguments of type Action Constructor Description ActionApplier(List<Action> actions)Create a new action applier -
Uses of Action in me.hsgamer.bettergui.action.type
Classes in me.hsgamer.bettergui.action.type that implement Action Modifier and Type Class Description classBackActionclassBroadcastActionclassCloseMenuActionclassCommandActionThe command actionclassConsoleActionclassDelayActionclassOpActionclassOpenMenuActionclassPermissionActionclassPlayerActionclassSoundActionclassTellActionclassUpdateMenuAction -
Uses of Action in me.hsgamer.bettergui.api.action
Classes in me.hsgamer.bettergui.api.action that implement Action Modifier and Type Class Description classBaseActionThe base action -
Uses of Action in me.hsgamer.bettergui.builder
Methods in me.hsgamer.bettergui.builder that return types with arguments of type Action Modifier and Type Method Description List<Action>ActionBuilder. build(Menu menu, Object object)Build a list of actionsMethod parameters in me.hsgamer.bettergui.builder with type arguments of type Action Modifier and Type Method Description voidActionBuilder. register(Function<ActionBuilder.Input,Action> creator, String... type)Register a new action creator
-