public static enum NPC_.TemplateFlag extends java.lang.Enum<NPC_.TemplateFlag>
Enum Constant and Description |
---|
USE_AI_DATA |
USE_AI_PACKAGES |
USE_ATTACK_DATA |
USE_BASE_DATA |
USE_DEF_PACK_LIST |
USE_FACTIONS |
USE_INVENTORY |
USE_KEYWORDS |
USE_SCRIPTS |
USE_SPELL_LIST |
USE_STATS |
USE_TRAITS
Flag to use the traits page of its template.
|
Modifier and Type | Method and Description |
---|---|
static NPC_.TemplateFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NPC_.TemplateFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NPC_.TemplateFlag USE_TRAITS
public static final NPC_.TemplateFlag USE_STATS
public static final NPC_.TemplateFlag USE_FACTIONS
public static final NPC_.TemplateFlag USE_SPELL_LIST
public static final NPC_.TemplateFlag USE_AI_DATA
public static final NPC_.TemplateFlag USE_AI_PACKAGES
public static final NPC_.TemplateFlag USE_BASE_DATA
public static final NPC_.TemplateFlag USE_INVENTORY
public static final NPC_.TemplateFlag USE_SCRIPTS
public static final NPC_.TemplateFlag USE_DEF_PACK_LIST
public static final NPC_.TemplateFlag USE_ATTACK_DATA
public static final NPC_.TemplateFlag USE_KEYWORDS
public static NPC_.TemplateFlag[] values()
for (NPC_.TemplateFlag c : NPC_.TemplateFlag.values()) System.out.println(c);
public static NPC_.TemplateFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null