Uses of Class
Direction

Uses of Direction in <Unnamed>
 

Methods in <Unnamed> that return Direction
 Direction IBeastBrain.chooseDirection(BeastInfo me, IPackFinder packFinder)
          Choose the next direction for this beast.
 Direction DumbBrain.chooseDirection(BeastInfo info, IPackFinder packFinder)
          Keep going whatever direction you are going.
 Direction RandomWalkingBrain.chooseDirection(BeastInfo me, IPackFinder packFinder)
          Choose a direction at random.
static Direction Direction.createDirectionRadians(double radians)
          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).
 Direction BeastInfo.getDirection()
          Get the beast's direction