| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
PasswordReply |
IUDKBotController.getPassword()
Returns password that should be used to access the GameBots2004 server.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordReply |
UDKBotController.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
PasswordReply |
PasswordReply.setPassword(String Password)
The password.
|
| Constructor and Description |
|---|
PasswordReply(PasswordReply original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.