D G L R U V 
All Classes All Packages

D

Direction - Enum in <Unnamed>
A direction - left, right, up, down.
DOWN - Direction
 

G

getRandomDir() - Static method in enum Direction
Get a random direction.

L

LEFT - Direction
 

R

RIGHT - Direction
 

U

UP - Direction
 

V

valueOf(String) - Static method in enum Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum Direction
Returns an array containing the constants of this enum type, in the order they are declared.
D G L R U V 
All Classes All Packages