moagg.game
Class MoaggGameEngine

java.lang.Object
  extended by com.golden.gamedev.Game
      extended by com.golden.gamedev.GameEngine
          extended by moagg.game.MoaggGameEngine

public class MoaggGameEngine
extends com.golden.gamedev.GameEngine


Field Summary
static org.apache.log4j.Logger log
           
 
Fields inherited from class com.golden.gamedev.GameEngine
nextGame, nextGameID
 
Fields inherited from class com.golden.gamedev.Game
bsGraphics, bsInput, bsIO, bsLoader, bsMusic, bsSound, bsTimer, distribute, fontManager, GTGE_VERSION
 
Constructor Summary
MoaggGameEngine()
           
 
Method Summary
 com.golden.gamedev.GameObject getGame(int gameId)
           
protected  void initEngine()
           
 void initResources()
           
protected  void initTimer()
           
static void main(java.lang.String[] args)
           
 void notifyError(java.lang.Throwable error)
           
 
Methods inherited from class com.golden.gamedev.GameEngine
getCurrentGame, getCurrentGameID, refresh, render, update
 
Methods inherited from class com.golden.gamedev.Game
checkPosMouse, checkPosMouse, checkPosMouse, checkPosMouse, click, drawFPS, finish, getCurrentFPS, getFPS, getHeight, getImage, getImage, getImages, getImages, getImages, getImages, getImages, getImages, getMouseX, getMouseY, getRandom, getWidth, hideCursor, isDistribute, isFinish, isPauseOnLostFocus, isRunning, keyDown, keyPressed, notifyExit, playMusic, playSound, renderLostFocus, rightClick, setFPS, setMaskColor, setPauseOnLostFocus, showCursor, showLogo, start, stop, takeScreenShot, takeScreenShot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.log4j.Logger log
Constructor Detail

MoaggGameEngine

public MoaggGameEngine()
Method Detail

initEngine

protected void initEngine()
Overrides:
initEngine in class com.golden.gamedev.Game

initTimer

protected void initTimer()

initResources

public void initResources()
Overrides:
initResources in class com.golden.gamedev.GameEngine

getGame

public com.golden.gamedev.GameObject getGame(int gameId)
Specified by:
getGame in class com.golden.gamedev.GameEngine

notifyError

public void notifyError(java.lang.Throwable error)
Overrides:
notifyError in class com.golden.gamedev.Game

main

public static void main(java.lang.String[] args)


Copyright © 2008. All Rights Reserved.