|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.golden.gamedev.Game com.golden.gamedev.GameEngine moagg.game.MoaggGameEngine
public class MoaggGameEngine
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 |
---|
public static org.apache.log4j.Logger log
Constructor Detail |
---|
public MoaggGameEngine()
Method Detail |
---|
protected void initEngine()
initEngine
in class com.golden.gamedev.Game
protected void initTimer()
public void initResources()
initResources
in class com.golden.gamedev.GameEngine
public com.golden.gamedev.GameObject getGame(int gameId)
getGame
in class com.golden.gamedev.GameEngine
public void notifyError(java.lang.Throwable error)
notifyError
in class com.golden.gamedev.Game
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |