Class EventTest

java.lang.Object
  extended bycom.brackeen.javagamebook.test.GameCore
      extended bycom.brackeen.javagamebook.test.GameCore3D
          extended bycom.brackeen.javagamebook.shooter3D.ShooterCore
              extended byEventTest

public class EventTest
extends ShooterCore


Constructor Summary
EventTest(java.lang.String[] args, java.lang.String defaultMap)
           
 
Method Summary
 void init()
          Sets full screen mode and initiates and objects.
static void main(java.lang.String[] args)
           
 void updateWorld(long elapsedTime)
           
 
Methods inherited from class com.brackeen.javagamebook.shooter3D.ShooterCore
createPolygonRenderer, createPolygons, drawPolygons
 
Methods inherited from class com.brackeen.javagamebook.test.GameCore3D
addOverlay, calcFrameRate, draw, drawOverlays, init, removeOverlay, setViewBounds, update
 
Methods inherited from class com.brackeen.javagamebook.test.GameCore
gameLoop, lazilyExit, loadImage, run, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTest

public EventTest(java.lang.String[] args,
                 java.lang.String defaultMap)
Method Detail

main

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

init

public void init()
Description copied from class: GameCore
Sets full screen mode and initiates and objects.

Overrides:
init in class ShooterCore

updateWorld

public void updateWorld(long elapsedTime)
Overrides:
updateWorld in class ShooterCore