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 ActionProcessor
Action. getProcessor()
ActionProcessor
MenuAction. getProcessor()
Methods in org.rspeer.game.action with parameters of type ActionProcessor Modifier and Type Method Description void
MenuAction. 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 class
DefaultActionProcessor
Methods in org.rspeer.game.action.processor that return ActionProcessor Modifier and Type Method Description static ActionProcessor
ActionProcessor. getActive()
Methods in org.rspeer.game.action.processor with parameters of type ActionProcessor Modifier and Type Method Description static void
ActionProcessor. setActive(ActionProcessor active)
-