|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordReply | |
|---|---|
| cz.cuni.amis.pogamut.udk.bot | Abstract classes used for creating concrete bots. |
| cz.cuni.amis.pogamut.udk.bot.impl | |
| cz.cuni.amis.pogamut.udk.communication.messages.gbcommands | |
| cz.cuni.amis.pogamut.udk.observer.impl | |
| cz.cuni.amis.pogamut.udk.server.impl | |
| Uses of PasswordReply in cz.cuni.amis.pogamut.udk.bot |
|---|
| Methods in cz.cuni.amis.pogamut.udk.bot that return PasswordReply | |
|---|---|
PasswordReply |
IUDKBotController.getPassword()
Returns password that should be used to access the GameBots2004 server. |
| Uses of PasswordReply in cz.cuni.amis.pogamut.udk.bot.impl |
|---|
| Methods in cz.cuni.amis.pogamut.udk.bot.impl that return PasswordReply | |
|---|---|
PasswordReply |
UDKBotController.getPassword()
|
| Uses of PasswordReply in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands |
|---|
| Methods in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands that return PasswordReply | |
|---|---|
PasswordReply |
PasswordReply.setPassword(String Password)
The password. |
| Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands with parameters of type PasswordReply | |
|---|---|
PasswordReply(PasswordReply original)
Cloning constructor. |
|
| Uses of PasswordReply in cz.cuni.amis.pogamut.udk.observer.impl |
|---|
| Methods in cz.cuni.amis.pogamut.udk.observer.impl that return PasswordReply | |
|---|---|
protected PasswordReply |
AbstractUDKObserver.createPasswordReply()
This method is called whenever the Password event is caught telling us the world is locked and is requiring a password. |
PasswordReply |
AbstractUDKObserver.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.udk.server.impl |
|---|
| Methods in cz.cuni.amis.pogamut.udk.server.impl that return PasswordReply | |
|---|---|
protected PasswordReply |
AbstractUDKServer.createPasswordReply()
This method is called whenever the Password event is caught telling us the world is locked and is requiring a password. |
PasswordReply |
AbstractUDKServer.getPasswordReply()
Instance of the password reply command that was sent upon receivieng request for the password (the world is locked). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||