Uses of Class
info.ConversationType

Packages that use ConversationType
bot   
info   
 

Uses of ConversationType in bot
 

Methods in bot with parameters of type ConversationType
protected  void EmotionalBot.conversate(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player plr, ConversationType type)
          Basic conversation method.
 

Uses of ConversationType in info
 

Methods in info that return ConversationType
static ConversationType ConversationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConversationType[] ConversationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.