Uses of Interface
org.starhope.appius.user.events.ActionMethod

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

Uses of ActionMethod in org.starhope.appius.game.actions
 

Classes in org.starhope.appius.game.actions that implement ActionMethod
(package private) static class AutomaticDoor.DoorCancelHandler
           
(package private) static class AutomaticDoor.DoorHandler
           
(package private) static class OperatorControlClick.ClickHandler
           
 

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

Classes in org.starhope.appius.game.npc.plebeian that implement ActionMethod
private  class PlebeianExpression.HackSetToActionRunner
          WRITEME: Document this type.
 

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

Fields in org.starhope.appius.user.events declared as ActionMethod
private  ActionMethod ActionHandler.myTarget
          target method of the action
 

Methods in org.starhope.appius.user.events that return ActionMethod
 ActionMethod ActionHandler.getTarget()
           
 ActionMethod ActionHandlerInterface.getTarget()
           
 

Methods in org.starhope.appius.user.events with parameters of type ActionMethod
 void ActionHandler.setTarget(ActionMethod newTarget)
           
 void ActionHandlerInterface.setTarget(ActionMethod newTarget)
           
 

Constructors in org.starhope.appius.user.events with parameters of type ActionMethod
ActionHandler(Room room, AbstractUser subject, String verb, AbstractUser object, ActionMethod target)
          Create a new action handler matching a usual set of conditions.
ActionHandler(Room room, AbstractUser subject, String verb, AbstractUser object, String dative, ActionMethod target)
          This is the “old form” action handler interface, to be replaced with the new Action object interface.