Uses of Class
speech.Dialog

Packages that use Dialog
gameobjects.characters   
speech   
 

Uses of Dialog in gameobjects.characters
 

Methods in gameobjects.characters that return Dialog
 Dialog Player.getDialog(java.lang.String name)
           
 

Methods in gameobjects.characters with parameters of type Dialog
 void Player.addDialog(Dialog dialog)
          Adds a dialog to the set of player dialogs
 

Uses of Dialog in speech
 

Methods in speech that return Dialog
 Dialog QuestionSelectionArea.getDialog(java.lang.String name)
          Returns the dialog with the specified name
 

Methods in speech with parameters of type Dialog
 void QuestionSelectionArea.addDialog(Dialog dialog)
          Adds a dialog to the set of dialogs for the player