Uses of Class
me.hsgamer.bettergui.action.ActionApplier
-
Packages that use ActionApplier Package Description me.hsgamer.bettergui.action me.hsgamer.bettergui.argument.type me.hsgamer.bettergui.menu me.hsgamer.bettergui.requirement -
-
Uses of ActionApplier in me.hsgamer.bettergui.action
Fields in me.hsgamer.bettergui.action declared as ActionApplier Modifier and Type Field Description static ActionApplier
ActionApplier. EMPTY
The empty action applierConstructor parameters in me.hsgamer.bettergui.action with type arguments of type ActionApplier Constructor Description ClickActionHandler(Menu menu, Map<BukkitClickType,ActionApplier> actionMap, boolean closeOnClick)
Create a new click action handler -
Uses of ActionApplier in me.hsgamer.bettergui.argument.type
Fields in me.hsgamer.bettergui.argument.type declared as ActionApplier Modifier and Type Field Description protected ActionApplier
BaseActionArgumentProcessor. onInvalidActionApplier
protected ActionApplier
BaseActionArgumentProcessor. onRequiredActionApplier
-
Uses of ActionApplier in me.hsgamer.bettergui.menu
Fields in me.hsgamer.bettergui.menu declared as ActionApplier Modifier and Type Field Description protected ActionApplier
BaseMenu. closeActionApplier
protected ActionApplier
BaseMenu. openActionApplier
-
Uses of ActionApplier in me.hsgamer.bettergui.requirement
Methods in me.hsgamer.bettergui.requirement that return ActionApplier Modifier and Type Method Description ActionApplier
RequirementSet. getFailActionApplier()
Get the fail action applierActionApplier
RequirementSet. getSuccessActionApplier()
Get the success action applierConstructors in me.hsgamer.bettergui.requirement with parameters of type ActionApplier Constructor Description RequirementApplier(List<RequirementSet> requirementSets, ActionApplier failActionApplier)
Create a new requirement applier
-