|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.newdawn.slick.BasicGame
test.MyGameTest
public class MyGameTest
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
MusicCache musicCache
SoundCache soundCache
org.newdawn.slick.Image image
org.newdawn.slick.Music music
org.newdawn.slick.Sound sound
Constructor Detail |
---|
public MyGameTest(java.lang.String title)
Method Detail |
---|
public void render(org.newdawn.slick.GameContainer arg0, org.newdawn.slick.Graphics arg1) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void init(org.newdawn.slick.GameContainer arg0) throws org.newdawn.slick.SlickException
init
in interface org.newdawn.slick.Game
init
in class org.newdawn.slick.BasicGame
org.newdawn.slick.SlickException
public void update(org.newdawn.slick.GameContainer arg0, int arg1) throws org.newdawn.slick.SlickException
update
in interface org.newdawn.slick.Game
update
in class org.newdawn.slick.BasicGame
org.newdawn.slick.SlickException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |