Uses of Class
de.farafin.snEADy.world.C_Snake

Packages that use C_Snake
de.farafin.snEADy.world   
 

Uses of C_Snake in de.farafin.snEADy.world
 

Methods in de.farafin.snEADy.world with parameters of type C_Snake
private  void C_Snake.computeKillPoints(C_Arena arena, C_Snake snake, boolean died)
          computes the kill points for other snakes if this one looses a segment or is killed
private  void C_Snake.die(C_Arena arena, C_Snake killer)
          kills the snake
protected  void C_Goody.wasEaten(C_Snake snake, C_Arena arena)
          this method is called when the goody was eaten by a snake.
protected  void C_GLength.wasEatenBy(C_Snake snake)
           
protected abstract  void C_Goody.wasEatenBy(C_Snake snake)
          this method describes what happends to the snake if the goody was eaten.
protected  void C_GSpeed.wasEatenBy(C_Snake snake)
           
protected  void C_GPoints.wasEatenBy(C_Snake snake)