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

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

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

Methods in org.starhope.appius.game.npc that return ConversationState
 ConversationState ConversationTree.getRoot()
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game.npc with parameters of type ConversationState
 void ConversationState.add(ConversationStateType chooseRandom, ConversationState state)
          WRITEME: Document this method brpocock@star-hope.org
 

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