public static enum IUT2004Bot.BoolBotParam extends Enum<IUT2004Bot.BoolBotParam> implements Serializable
| Enum Constant and Description |
|---|
AUTO_PICKUP_OFF |
AUTO_TRACE |
DRAW_TRACE_LINES |
INVULNERABLE |
MANUAL_SPAWN |
SHOW_DEBUG |
SHOW_FOCAL_POINT |
SYNCHRONOUS_OFF |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(ConfigChange conf) |
String |
getPropName()
Gets property name corresponding to enum constant.
|
void |
set(Object conf,
boolean value) |
void |
setField(Object conf,
boolean value) |
static IUT2004Bot.BoolBotParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IUT2004Bot.BoolBotParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUT2004Bot.BoolBotParam AUTO_PICKUP_OFF
public static final IUT2004Bot.BoolBotParam INVULNERABLE
public static final IUT2004Bot.BoolBotParam SHOW_DEBUG
public static final IUT2004Bot.BoolBotParam AUTO_TRACE
public static final IUT2004Bot.BoolBotParam DRAW_TRACE_LINES
public static final IUT2004Bot.BoolBotParam MANUAL_SPAWN
public static final IUT2004Bot.BoolBotParam SHOW_FOCAL_POINT
public static final IUT2004Bot.BoolBotParam SYNCHRONOUS_OFF
public static IUT2004Bot.BoolBotParam[] values()
for (IUT2004Bot.BoolBotParam c : IUT2004Bot.BoolBotParam.values()) System.out.println(c);
public static IUT2004Bot.BoolBotParam 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 nullpublic String getPropName()
public boolean get(ConfigChange conf) throws Exception
ExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.