Uses of Class
gameLogic.GameObjectType

Uses of GameObjectType in gameLogic
 

Methods in gameLogic that return GameObjectType
 GameObjectType GameObject.getType()
          Gets the GameObjectType of this object.
 

Constructors in gameLogic with parameters of type GameObjectType
Snake(GameObjectType type, java.lang.String name, Brain brain, java.awt.Color color)