com.planet_ink.coffee_mud.Abilities.Prayers
Enum Prayer_AnimalSpirit.AnimalSpirit

java.lang.Object
  extended by java.lang.Enum<Prayer_AnimalSpirit.AnimalSpirit>
      extended by com.planet_ink.coffee_mud.Abilities.Prayers.Prayer_AnimalSpirit.AnimalSpirit
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Prayer_AnimalSpirit.AnimalSpirit>
Enclosing class:
Prayer_AnimalSpirit

public static enum Prayer_AnimalSpirit.AnimalSpirit
extends java.lang.Enum<Prayer_AnimalSpirit.AnimalSpirit>


Enum Constant Summary
Ape
           
Buffalo
           
Bull
           
Cat
           
Centipede
           
Chimp
           
Cobra
           
Cow
           
Dog
           
Eagle
           
GardenSnake
           
Gorilla
           
Grasshopper
           
Hawk
           
Lion
           
Monkey
           
Mouse
           
None
           
Owl
           
Python
           
Rat
           
Robin
           
Snake
           
Tarantula
           
Wolf
           
 
Method Summary
 java.lang.String getAffectText()
           
 java.lang.String getDisplayName()
           
 java.lang.String getRaceID()
           
 java.lang.String toString()
           
static Prayer_AnimalSpirit.AnimalSpirit valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Prayer_AnimalSpirit.AnimalSpirit[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

None

public static final Prayer_AnimalSpirit.AnimalSpirit None

Mouse

public static final Prayer_AnimalSpirit.AnimalSpirit Mouse

Rat

public static final Prayer_AnimalSpirit.AnimalSpirit Rat

Cat

public static final Prayer_AnimalSpirit.AnimalSpirit Cat

Lion

public static final Prayer_AnimalSpirit.AnimalSpirit Lion

Dog

public static final Prayer_AnimalSpirit.AnimalSpirit Dog

Wolf

public static final Prayer_AnimalSpirit.AnimalSpirit Wolf

Robin

public static final Prayer_AnimalSpirit.AnimalSpirit Robin

Owl

public static final Prayer_AnimalSpirit.AnimalSpirit Owl

Hawk

public static final Prayer_AnimalSpirit.AnimalSpirit Hawk

Eagle

public static final Prayer_AnimalSpirit.AnimalSpirit Eagle

GardenSnake

public static final Prayer_AnimalSpirit.AnimalSpirit GardenSnake

Snake

public static final Prayer_AnimalSpirit.AnimalSpirit Snake

Python

public static final Prayer_AnimalSpirit.AnimalSpirit Python

Cobra

public static final Prayer_AnimalSpirit.AnimalSpirit Cobra

Grasshopper

public static final Prayer_AnimalSpirit.AnimalSpirit Grasshopper

Centipede

public static final Prayer_AnimalSpirit.AnimalSpirit Centipede

Tarantula

public static final Prayer_AnimalSpirit.AnimalSpirit Tarantula

Monkey

public static final Prayer_AnimalSpirit.AnimalSpirit Monkey

Chimp

public static final Prayer_AnimalSpirit.AnimalSpirit Chimp

Ape

public static final Prayer_AnimalSpirit.AnimalSpirit Ape

Gorilla

public static final Prayer_AnimalSpirit.AnimalSpirit Gorilla

Cow

public static final Prayer_AnimalSpirit.AnimalSpirit Cow

Bull

public static final Prayer_AnimalSpirit.AnimalSpirit Bull

Buffalo

public static final Prayer_AnimalSpirit.AnimalSpirit Buffalo
Method Detail

values

public static Prayer_AnimalSpirit.AnimalSpirit[] 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 (Prayer_AnimalSpirit.AnimalSpirit c : Prayer_AnimalSpirit.AnimalSpirit.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Prayer_AnimalSpirit.AnimalSpirit valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getRaceID

public java.lang.String getRaceID()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Prayer_AnimalSpirit.AnimalSpirit>

getDisplayName

public java.lang.String getDisplayName()

getAffectText

public java.lang.String getAffectText()