| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.communication.messages.gbcommands |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationObserver |
ConfigurationObserver.setAll(boolean All)
Toggles sending all messages with every update.
|
ConfigurationObserver |
ConfigurationObserver.setAsync(boolean Async)
Whether to send asynchronous messages, such as HIT or AIN.
|
ConfigurationObserver |
ConfigurationObserver.setGame(boolean Game)
Whether to send game-related messages with every update.
|
ConfigurationObserver |
ConfigurationObserver.setSee(boolean See)
Whether to send messages about what the observed player sees with every update.
|
ConfigurationObserver |
ConfigurationObserver.setSelf(boolean Self)
Whether to send messages about the observed player with every update.
|
ConfigurationObserver |
ConfigurationObserver.setSpecial(boolean Special)
Whether to send messages about special objects on the map with every update.
|
ConfigurationObserver |
ConfigurationObserver.setUpdate(double Update)
The frequency (in seconds) you will receive updates from the observer.
|
ConfigurationObserver |
ConfigurationObserver.setUpdateTime(double UpdateTime)
The frequency (in seconds) you will receive updates from the observer.
|
| Constructor and Description |
|---|
ConfigurationObserver(ConfigurationObserver original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.