public static enum MapInfo.GameType extends Enum<MapInfo.GameType>
| Enum Constant and Description |
|---|
BotBombingRun |
BotCTFGame |
BotDeathMatch |
BotDoubleDomination |
| Modifier and Type | Method and Description |
|---|---|
static MapInfo.GameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapInfo.GameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapInfo.GameType BotDoubleDomination
public static final MapInfo.GameType BotDeathMatch
public static final MapInfo.GameType BotCTFGame
public static final MapInfo.GameType BotBombingRun
public static MapInfo.GameType[] values()
for (MapInfo.GameType c : MapInfo.GameType.values()) System.out.println(c);
public static MapInfo.GameType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.