public class StartPlayers extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
GBBots
All GameBots bots will be exported.
|
protected Boolean |
Humans
All human players will be exported.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected Boolean |
UnrealBots
All UnrealBots will be exported.
|
| Constructor and Description |
|---|
StartPlayers()
Creates new instance of command StartPlayers.
|
StartPlayers(Boolean Humans,
Boolean GBBots,
Boolean UnrealBots)
Creates new instance of command StartPlayers.
|
StartPlayers(StartPlayers original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isGBBots()
All GameBots bots will be exported.
|
Boolean |
isHumans()
All human players will be exported.
|
Boolean |
isUnrealBots()
All UnrealBots will be exported.
|
StartPlayers |
setGBBots(Boolean GBBots)
All GameBots bots will be exported.
|
StartPlayers |
setHumans(Boolean Humans)
All human players will be exported.
|
StartPlayers |
setUnrealBots(Boolean UnrealBots)
All UnrealBots will be exported.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
public static final String PROTOTYPE
protected Boolean Humans
protected Boolean GBBots
protected Boolean UnrealBots
public StartPlayers(Boolean Humans, Boolean GBBots, Boolean UnrealBots)
Humans - All human players will be exported.GBBots - All GameBots bots will be exported.UnrealBots - All UnrealBots will be exported.public StartPlayers()
public StartPlayers(StartPlayers original)
original - public Boolean isHumans()
public StartPlayers setHumans(Boolean Humans)
public Boolean isGBBots()
public StartPlayers setGBBots(Boolean GBBots)
public Boolean isUnrealBots()
public StartPlayers setUnrealBots(Boolean UnrealBots)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.