A B C D E F G I M P R S U

C

chooseDirection(BeastInfo, IPackFinder) - Method in class DumbBrain
Keep going whatever direction you are going.
chooseDirection(BeastInfo, IPackFinder) - Method in interface IBeastBrain
Choose the next direction for this beast.
chooseDirection(BeastInfo, IPackFinder) - Method in class RandomWalkingBrain
Choose a direction at random.
chooseMood(BeastInfo, IPackFinder) - Method in class DumbBrain
Choose a neutral mood.
chooseMood(BeastInfo, IPackFinder) - Method in interface IBeastBrain
Choose the next mood for this beast.
chooseMood(BeastInfo, IPackFinder) - Method in class RandomWalkingBrain
Choose a mood based on my distance from the first point where I was created.
createDirectionRadians(double) - Static method in class Direction
Construct a direction at the given angle in radians (e.g., 0 to 2*Math.PI radians, although this can handle angles outside that range).

A B C D E F G I M P R S U