Uses of Class
javoids.Item.Direction

Uses of Item.Direction in javoids
 

Methods in javoids that return Item.Direction
static Item.Direction Item.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Item.Direction[] Item.Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in javoids with parameters of type Item.Direction
static Item.Type Item.cycleWeapon(java.util.HashMap<Item.Type,Item> items, Item.Type currentItem, Item.Direction direction)
          Determine what weapon to select next.
 void Ship.cycleWeapon(Item.Direction direction)
          Go throught the weapons until one with ammunition is found