Uses of Class
org.deken.game.movement.Wander8Movement.Randomness

Packages that use Wander8Movement.Randomness
org.deken.game.movement The Movement package contains classes that allow a game piece to move. 
 

Uses of Wander8Movement.Randomness in org.deken.game.movement
 

Subclasses of Wander8Movement.Randomness in org.deken.game.movement
 class Wander8Movement.ExtremeRandomness
          The randomness is Extreme, in that it will change a random direction often.
 class Wander8Movement.MildRandomness
          The randomness is mild, in that it is most likely to go straight.
 

Constructors in org.deken.game.movement with parameters of type Wander8Movement.Randomness
Wander8Movement(double speed, int minDistance, float direction, Wander8Movement.Randomness randomness)
          Create a Wander8Movement with a speed and a minDistance.
Wander8Movement(double speed, int minDistance, Wander8Movement.Randomness randomness)
          Create a Wander8Movement with a speed and a minDistance.