cz.cuni.amis.pogamut.udk.bot
Enum IUDKBot.BoolBotParam
java.lang.Object
java.lang.Enum<IUDKBot.BoolBotParam>
cz.cuni.amis.pogamut.udk.bot.IUDKBot.BoolBotParam
- All Implemented Interfaces:
- Serializable, Comparable<IUDKBot.BoolBotParam>
- Enclosing interface:
- IUDKBot
public static enum IUDKBot.BoolBotParam
- extends Enum<IUDKBot.BoolBotParam>
- implements Serializable
AUTO_PICKUP_OFF
public static final IUDKBot.BoolBotParam AUTO_PICKUP_OFF
INVULNERABLE
public static final IUDKBot.BoolBotParam INVULNERABLE
SHOW_DEBUG
public static final IUDKBot.BoolBotParam SHOW_DEBUG
AUTO_TRACE
public static final IUDKBot.BoolBotParam AUTO_TRACE
DRAW_TRACE_LINES
public static final IUDKBot.BoolBotParam DRAW_TRACE_LINES
MANUAL_SPAWN
public static final IUDKBot.BoolBotParam MANUAL_SPAWN
SHOW_FOCAL_POINT
public static final IUDKBot.BoolBotParam SHOW_FOCAL_POINT
SYNCHRONOUS_OFF
public static final IUDKBot.BoolBotParam SYNCHRONOUS_OFF
values
public static IUDKBot.BoolBotParam[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IUDKBot.BoolBotParam c : IUDKBot.BoolBotParam.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IUDKBot.BoolBotParam valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getPropName
public String getPropName()
- Gets property name corresponding to enum constant.
- Returns:
set
public void set(Object conf,
boolean value)
throws Exception
- Throws:
Exception
setField
public void setField(Object conf,
boolean value)
throws Exception
- Throws:
Exception
get
public boolean get(ConfigChange conf)
throws Exception
- Throws:
Exception
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.