Uses of Class
org.starhope.appius.game.npc.PetBehaviour

Packages that use PetBehaviour
org.starhope.appius.game.inventory   
org.starhope.appius.game.npc   
 

Uses of PetBehaviour in org.starhope.appius.game.inventory
 

Methods in org.starhope.appius.game.inventory that return PetBehaviour
 PetBehaviour PetFromInventory.getActiveBehaviour()
          WRITEME: document this method (brpocock@star-hope.org, Nov 24, 2009)
 

Methods in org.starhope.appius.game.inventory with parameters of type PetBehaviour
 void PetFromInventory.setNextBehaviour(PetBehaviour behaviour)
          WRITEME: document this method (brpocock@star-hope.org, Nov 24, 2009)
 

Uses of PetBehaviour in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that return PetBehaviour
static PetBehaviour PetBehaviour.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PetBehaviour[] PetBehaviour.values()
          Returns an array containing the constants of this enum type, in the order they are declared.