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.requirement -
-
Uses of ActionApplier in me.hsgamer.bettergui.action
Constructor 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 ActionApplierBaseActionArgumentProcessor. onInvalidActionApplierprotected ActionApplierBaseActionArgumentProcessor. onRequiredActionApplier -
Uses of ActionApplier in me.hsgamer.bettergui.requirement
Methods in me.hsgamer.bettergui.requirement that return ActionApplier Modifier and Type Method Description ActionApplierRequirementSet. getFailActionApplier()Get the fail action applierActionApplierRequirementSet. getSuccessActionApplier()Get the success action applier
-