test
Class MyGameTest

java.lang.Object
  extended by org.newdawn.slick.BasicGame
      extended by test.MyGameTest
All Implemented Interfaces:
org.newdawn.slick.ControlledInputReciever, org.newdawn.slick.ControllerListener, org.newdawn.slick.Game, org.newdawn.slick.InputListener, org.newdawn.slick.KeyListener, org.newdawn.slick.MouseListener

public class MyGameTest
extends org.newdawn.slick.BasicGame


Field Summary
(package private)  org.newdawn.slick.Image image
           
(package private)  org.newdawn.slick.Music music
           
(package private)  MusicCache musicCache
           
(package private)  org.newdawn.slick.Sound sound
           
(package private)  SoundCache soundCache
           
(package private)  SpriteCache spriteCache
           
 
Fields inherited from class org.newdawn.slick.BasicGame
controllerButton, controllerDown, controllerLeft, controllerRight, controllerUp
 
Constructor Summary
MyGameTest(java.lang.String title)
           
 
Method Summary
 void init(org.newdawn.slick.GameContainer arg0)
           
 void render(org.newdawn.slick.GameContainer arg0, org.newdawn.slick.Graphics arg1)
           
 void update(org.newdawn.slick.GameContainer arg0, int arg1)
           
 
Methods inherited from class org.newdawn.slick.BasicGame
closeRequested, controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleased, getTitle, inputEnded, inputStarted, isAcceptingInput, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, setInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spriteCache

SpriteCache spriteCache

musicCache

MusicCache musicCache

soundCache

SoundCache soundCache

image

org.newdawn.slick.Image image

music

org.newdawn.slick.Music music

sound

org.newdawn.slick.Sound sound
Constructor Detail

MyGameTest

public MyGameTest(java.lang.String title)
Method Detail

render

public void render(org.newdawn.slick.GameContainer arg0,
                   org.newdawn.slick.Graphics arg1)
            throws org.newdawn.slick.SlickException
Throws:
org.newdawn.slick.SlickException

init

public void init(org.newdawn.slick.GameContainer arg0)
          throws org.newdawn.slick.SlickException
Specified by:
init in interface org.newdawn.slick.Game
Specified by:
init in class org.newdawn.slick.BasicGame
Throws:
org.newdawn.slick.SlickException

update

public void update(org.newdawn.slick.GameContainer arg0,
                   int arg1)
            throws org.newdawn.slick.SlickException
Specified by:
update in interface org.newdawn.slick.Game
Specified by:
update in class org.newdawn.slick.BasicGame
Throws:
org.newdawn.slick.SlickException