Uses of Class
org.starhope.appius.game.npc.ConversationVerb

Packages that use ConversationVerb
org.starhope.appius.game.npc   
 

Uses of ConversationVerb in org.starhope.appius.game.npc
 

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

Constructors in org.starhope.appius.game.npc with parameters of type ConversationVerb
ConversationState(ConversationVerb verb, ConversationState nextState)
          WRITEME: Document this constructor brpocock@star-hope.org