Uses of Class
BeastMood

Uses of BeastMood in <Unnamed>
 

Methods in <Unnamed> that return BeastMood
 BeastMood IBeastBrain.chooseMood(BeastInfo me, IPackFinder packFinder)
          Choose the next mood for this beast.
 BeastMood DumbBrain.chooseMood(BeastInfo info, IPackFinder packFinder)
          Choose a neutral mood.
 BeastMood RandomWalkingBrain.chooseMood(BeastInfo me, IPackFinder packFinder)
          Choose a mood based on my distance from the first point where I was created.
 BeastMood BeastInfo.getMood()
          Get the beast's mood.
 BeastMood Beast.getMood()
          Fetch the beast's current mood.
 

Methods in <Unnamed> with parameters of type BeastMood
 void Beast.setMood(BeastMood mood)
          Set the beast's current mood.
 

Constructors in <Unnamed> with parameters of type BeastMood
Beast(IBeastBrain brain, IPackFinder packFinder, double x, double y, BeastMood mood, double speed)
          Create a new beast with the given data.