Uses of Class
org.starhope.appius.user.events.Action

Packages that use Action
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.user.events   
 

Uses of Action in org.starhope.appius.game.npc.plebeian
 

Fields in org.starhope.appius.game.npc.plebeian with type parameters of type Action
 Deque<Action> PlebeianScriptRunner.actions
          currently-being-handled action (potentially recursive; eww.)
 

Methods in org.starhope.appius.game.npc.plebeian that return Action
(package private)  Action PlebeianScriptRunner.peekAction()
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game.npc.plebeian with parameters of type Action
 Queue<Runnable> PlebeianExpression.accept(Action a)
          WRITEME: Document this method brpocock@star-hope.org
 void ScriptRunner.dispatch(Action a)
          WRITEME: Document this method brpocock@star-hope.org
 void PlebeianScriptRunner.dispatch(Action a)
          WRITEME: Document this method brpocock@star-hope.org
 boolean PlebeianTestClause.matches(Action a, AbstractUser whoAmI)
          determine whether this test clause matches a given action
 

Constructor parameters in org.starhope.appius.game.npc.plebeian with type arguments of type Action
PlebeianScriptRunner(AtomicInteger ignoreCounter, String initialState, Map<String,Queue<PlebeianExpression>> initialExpressions, Deque<Action> initialActions, Deque<Runnable> initialToDoItems, ScriptPuppet puppet)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of Action in org.starhope.appius.user.events
 

Fields in org.starhope.appius.user.events declared as Action
private  Action QuaestorRunner.a
          action to be dispatched
 

Fields in org.starhope.appius.user.events with type parameters of type Action
private  Queue<Action> Quaestor.actionQueue
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.user.events with parameters of type Action
 void Quaestor.action(Action action)
          WRITEME: Document this method brpocock@star-hope.org
private  boolean Quaestor.dispatchAction(Action action)
          WRITEME: Document this method brpocock@star-hope.org
 boolean ActionHandler.invoke(Action action)
           
 boolean ActionHandlerInterface.invoke(Action action)
          WRITEME: Document this method brpocock@star-hope.org
 boolean ActionHandler.matches(Action action)
           
 boolean ActionHandlerInterface.matches(Action action)
          WRITEME: Document this method brpocock@star-hope.org
 void Quaestor.tryAction(Action action)
          WRITEME: Document this method brpocock@star-hope.org
 

Constructors in org.starhope.appius.user.events with parameters of type Action
QuaestorRunner(Action action)
          WRITEME: Document this constructor brpocock@star-hope.org