Uses of Class
mud.common.objects.Creature.Direction

Packages that use Creature.Direction
mud.common.objects   
 

Uses of Creature.Direction in mud.common.objects
 

Methods in mud.common.objects that return Creature.Direction
static Creature.Direction Creature.Direction.fromInt(int intval)
           
static Creature.Direction Creature.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Creature.Direction[] Creature.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.