Uses of Interface
uk.ac.ic.doc.game.IGame

Uses of IGame in uk.ac.ic.doc.game
 

Classes in uk.ac.ic.doc.game that implement IGame
 class Game
          This class handles the creation of a game window, drawing of objects, running of the main game loop and reading key presses.
 

Methods in uk.ac.ic.doc.game with parameters of type IGame
abstract  void RegularPolygon.onCreate(IGame game)
          Called when the object is added to the game.
 void IGameObject.onCreate(IGame game)
          Called when the object is added to the game.