|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.classes.magic.Art
Class that represents the four spell Arts.
Field Summary | |
static Art |
CONJURATION
|
static java.util.List |
CONJURATION_ONLY
|
static Art |
ENCHANTMENT
|
static java.util.List |
ENCHANTMENT_ONLY
An unmodifiable List containing FIRE and WATER, used for multi-element spells of fire and water. |
static Art |
EVOCATION
|
static java.util.List |
EVOCATION_ONLY
|
static Art |
INCANTATION
|
static java.util.List |
INCANTATION_ONLY
|
Method Summary | |
java.lang.String |
getCapName()
Returns the capitalized name for this Art, e.g. |
static Art |
getForName(java.lang.String name)
Returns the Art for the specified (lowercase) name. |
java.lang.String |
getName()
Returns the Art name. |
java.lang.String |
getSkillName()
Returns the skill name for this Art, e.g. |
java.lang.String |
toString()
Returns the Art name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Art ENCHANTMENT
public static final Art CONJURATION
public static final Art EVOCATION
public static final Art INCANTATION
public static final java.util.List ENCHANTMENT_ONLY
public static final java.util.List CONJURATION_ONLY
public static final java.util.List EVOCATION_ONLY
public static final java.util.List INCANTATION_ONLY
Method Detail |
public java.lang.String toString()
public static Art getForName(java.lang.String name)
name
- the lowercased name: "incantation", "evocation",
"conjuration", or "enchantment"
public java.lang.String getName()
public java.lang.String getSkillName()
public java.lang.String getCapName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |