Uses of Interface
me.hsgamer.bettergui.api.process.ProcessApplier
-
Packages that use ProcessApplier Package Description me.hsgamer.bettergui.action me.hsgamer.bettergui.api.requirement me.hsgamer.bettergui.requirement -
-
Uses of ProcessApplier in me.hsgamer.bettergui.action
Classes in me.hsgamer.bettergui.action that implement ProcessApplier Modifier and Type Class Description class
ActionApplier
The action applier -
Uses of ProcessApplier in me.hsgamer.bettergui.api.requirement
Fields in me.hsgamer.bettergui.api.requirement declared as ProcessApplier Modifier and Type Field Description ProcessApplier
Requirement.Result. applier
The action if the requirement is metMethods in me.hsgamer.bettergui.api.requirement with parameters of type ProcessApplier Modifier and Type Method Description static Requirement.Result
Requirement.Result. fail(ProcessApplier applier)
Create a failure resultstatic Requirement.Result
Requirement.Result. success(ProcessApplier applier)
Create a success resultRequirement.Result
TakableRequirement. successConditional(ProcessApplier applier)
Get the success result with the conditional "take" stateConstructors in me.hsgamer.bettergui.api.requirement with parameters of type ProcessApplier Constructor Description Result(boolean success, ProcessApplier applier)
Create a new result -
Uses of ProcessApplier in me.hsgamer.bettergui.requirement
Classes in me.hsgamer.bettergui.requirement that implement ProcessApplier Modifier and Type Class Description class
RequirementApplier
The requirement setting used in Menus/Buttons/...
-