Uses of Class
org.rspeer.game.action.processor.ActionProcessor
-
Packages that use ActionProcessor Package Description org.rspeer.game.action org.rspeer.game.action.processor -
-
Uses of ActionProcessor in org.rspeer.game.action
Methods in org.rspeer.game.action that return ActionProcessor Modifier and Type Method Description default ActionProcessorAction. getProcessor()ActionProcessorMenuAction. getProcessor()Methods in org.rspeer.game.action with parameters of type ActionProcessor Modifier and Type Method Description voidMenuAction. setProcessor(ActionProcessor processor) -
Uses of ActionProcessor in org.rspeer.game.action.processor
Subclasses of ActionProcessor in org.rspeer.game.action.processor Modifier and Type Class Description classDefaultActionProcessorMethods in org.rspeer.game.action.processor that return ActionProcessor Modifier and Type Method Description static ActionProcessorActionProcessor. getActive()Methods in org.rspeer.game.action.processor with parameters of type ActionProcessor Modifier and Type Method Description static voidActionProcessor. setActive(ActionProcessor active)
-