Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.PasswordReply

Packages that use PasswordReply
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
cz.cuni.amis.pogamut.ut2004.observer.impl   
cz.cuni.amis.pogamut.ut2004.server.impl   
 

Uses of PasswordReply in cz.cuni.amis.pogamut.ut2004.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.bot that return PasswordReply
 PasswordReply IUT2004BotController.getPassword()
          Returns password that should be used to access the GameBots2004 server.
 

Uses of PasswordReply in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return PasswordReply
 PasswordReply UT2004BotController.getPassword()
           
 

Uses of PasswordReply in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return PasswordReply
 PasswordReply PasswordReply.setPassword(String Password)
          The password.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type PasswordReply
PasswordReply(PasswordReply original)
          Cloning constructor.
 

Uses of PasswordReply in cz.cuni.amis.pogamut.ut2004.observer.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.observer.impl that return PasswordReply
protected  PasswordReply AbstractUT2004Observer.createPasswordReply()
          This method is called whenever the Password event is caught telling us the world is locked and is requiring a password.
 PasswordReply AbstractUT2004Observer.getPasswordReply()
          Instance of the password reply command that was sent upon receivieng request for the password (the world is locked).
 

Uses of PasswordReply in cz.cuni.amis.pogamut.ut2004.server.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.server.impl that return PasswordReply
protected  PasswordReply AbstractUT2004Server.createPasswordReply()
          This method is called whenever the Password event is caught telling us the world is locked and is requiring a password.
 PasswordReply AbstractUT2004Server.getPasswordReply()
          Instance of the password reply command that was sent upon receivieng request for the password (the world is locked).
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.