Uses of Class
me.hsgamer.bettergui.action.ActionApplier
-
Packages that use ActionApplier Package Description me.hsgamer.bettergui.action 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<AdvancedClickType,ActionApplier> actionMap, boolean closeOnClick)Create a new click action handler -
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
-