Uses of Class
plugins.big.bigsnake.snake.ESnakeOrientation

Packages that use ESnakeOrientation
plugins.big.bigsnake.snake   
 

Uses of ESnakeOrientation in plugins.big.bigsnake.snake
 

Methods in plugins.big.bigsnake.snake that return ESnakeOrientation
 ESnakeOrientation ESnake.getOrientation()
          Retrieves the orientation of the curve determined by the snake.
static ESnakeOrientation ESnakeOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ESnakeOrientation[] ESnakeOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.