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

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

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

Methods in org.starhope.appius.game.npc.plebeian that return PlebeianTestConjunction
static PlebeianTestConjunction PlebeianTestConjunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlebeianTestConjunction[] PlebeianTestConjunction.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 PlebeianTestConjunction
private  PlebeianScriptConditional PlebeianScriptRunner.addCondition(PlebeianScriptConditional prior, PlebeianTestConjunction conj, PlebeianScriptConditional latter)
          WRITEME: Document this method brpocock@star-hope.org