Uses of Class
org.starhope.appius.game.npc.plebeian.PlebeianActor

Packages that use PlebeianActor
org.starhope.appius.game.npc.plebeian   
 

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

Fields in org.starhope.appius.game.npc.plebeian declared as PlebeianActor
private  PlebeianActor PlebeianScriptRunner.GrantToActorRunner.rôle
          rôle
private  PlebeianActor PlebeianScriptRunner.PaySomeoneRunner.rôle
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianActor PlebeianScriptRunner.TestActorEquippedItem.rôle
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianActor PlebeianScriptRunner.TestActorHasCurrency.rôle
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianActor PlebeianScriptRunner.TestActorHasItem.rôle
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game.npc.plebeian that return PlebeianActor
static PlebeianActor PlebeianActor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlebeianActor[] PlebeianActor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.game.npc.plebeian with parameters of type PlebeianActor
protected  AbstractUser PlebeianScriptRunner.getActorByRole(PlebeianActor rôle)
          Get an actor in an active action.
 

Constructors in org.starhope.appius.game.npc.plebeian with parameters of type PlebeianActor
PlebeianScriptRunner.GrantToActorRunner(int itemID, PlebeianActor actor)
          WRITEME: Document this constructor brpocock@star-hope.org
PlebeianScriptRunner.PaySomeoneRunner(PlebeianActor actor, String cu, BigDecimal qty)
          WRITEME: Document this constructor brpocock@star-hope.org
PlebeianScriptRunner.TestActorEquippedItem(PlebeianActor actor, int item)
          WRITEME: Document this constructor brpocock@star-hope.org
PlebeianScriptRunner.TestActorHasCurrency(PlebeianActor actor, Currency currency, BigDecimal amount)
          WRITEME: Document this constructor brpocock@star-hope.org
PlebeianScriptRunner.TestActorHasItem(PlebeianActor actor, int item)
          WRITEME: Document this constructor brpocock@star-hope.org