public static enum UT2004MatchConfig.BotType extends Enum<UT2004MatchConfig.BotType>
| Modifier and Type | Method and Description |
|---|---|
static UT2004MatchConfig.BotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UT2004MatchConfig.BotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UT2004MatchConfig.BotType BOT
public static final UT2004MatchConfig.BotType NATIVE
public static final UT2004MatchConfig.BotType HUMAN
public static UT2004MatchConfig.BotType[] values()
for (UT2004MatchConfig.BotType c : UT2004MatchConfig.BotType.values()) System.out.println(c);
public static UT2004MatchConfig.BotType 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 © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.