Uses of Class
vooga.gameEngine.core.GameEngine

Packages that use GameEngine
vooga.arcade.listeners.windowListeners   
vooga.devEnvironment   
vooga.devEnvironment.buttons   
vooga.devEnvironment.datapanel.displays   
vooga.gameEngine.core   
vooga.levelEditor.model   
vooga.replay.core This package contains major classes used for interfacing with Replay and used for the backend and frontend. 
vooga.replay.eventListeners This package contains classes handling event listeners. 
 

Uses of GameEngine in vooga.arcade.listeners.windowListeners
 

Constructors in vooga.arcade.listeners.windowListeners with parameters of type GameEngine
GameWindowListener(VoogaGUI gui, int frameID, java.lang.String gameTitle, ArcadeEventListenerManager listeners, GameEngine gameEngine)
          Constructs the window listener for the game window when a game is launched.
MultiplayerGameWindowListener(VoogaGUI gui, int frameID, java.lang.String gameTitle, ArcadeEventListenerManager listeners, GameEngine gameEngine)
          Constructs the window listener for the game window when a multiplayer game is launched.
 

Uses of GameEngine in vooga.devEnvironment
 

Constructors in vooga.devEnvironment with parameters of type GameEngine
ButtonPanel(GameEngine engine, DevView parent)
           
DevView(GameEngine engine)
          This constructor should be used by the arcade to create a new development environment.
TabPanel(GameEngine engine)
           
 

Uses of GameEngine in vooga.devEnvironment.buttons
 

Fields in vooga.devEnvironment.buttons declared as GameEngine
protected  GameEngine DevButton.myEngine
           
 

Constructors in vooga.devEnvironment.buttons with parameters of type GameEngine
DevButton(java.lang.String text, GameEngine engine)
           
StartButton(GameEngine engine)
           
StepButton(GameEngine engine)
           
StopButton(GameEngine engine)
           
 

Uses of GameEngine in vooga.devEnvironment.datapanel.displays
 

Constructors in vooga.devEnvironment.datapanel.displays with parameters of type GameEngine
ChangeTexturesTab(GameEngine engine)
           
CollidablesTab(GameEngine engine)
           
KeyMapperTab(GameEngine engine)
           
NonCollidablePhysicalItemsTab(GameEngine engine)
           
PhysicalItemsTab(GameEngine engine)
           
RenderablesTab(GameEngine engine)
           
 

Uses of GameEngine in vooga.gameEngine.core
 

Constructors in vooga.gameEngine.core with parameters of type GameEngine
GameManager(GameEngine engine, java.util.Collection<? extends java.util.EventListener> gameStatusListeners)
          Creates a GameManager object provided the GameEngine it will communicate with and the collection of EventListeners with which to communicate important information.
 

Uses of GameEngine in vooga.levelEditor.model
 

Methods in vooga.levelEditor.model that return GameEngine
 GameEngine RenderModel.getGameEngine()
           
 

Uses of GameEngine in vooga.replay.core
 

Constructors in vooga.replay.core with parameters of type GameEngine
UserActionReplay(java.lang.String user, java.lang.String uniqueGameName, GameEngine inputGameEngine)
           
 

Uses of GameEngine in vooga.replay.eventListeners
 

Constructors in vooga.replay.eventListeners with parameters of type GameEngine
ReplayAction.ReplayThread(AbstractVoogaReplay inputReplay, GameEngine inputGameEngine)