|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.newdawn.slick.state.StateBasedGame
jeux.jeu.SpaceInvader
public class SpaceInvader
Field Summary | |
---|---|
private World |
world
|
Constructor Summary | |
---|---|
SpaceInvader(World world)
Construit les niveaux, 0: le menu initial, 1: le premier niveau, n: le dernier niveau, n+1: le menu gagnant, n+2: le menu perdant. |
Method Summary | |
---|---|
void |
initStatesList(org.newdawn.slick.GameContainer container)
|
Methods inherited from class org.newdawn.slick.state.StateBasedGame |
---|
addState, closeRequested, controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleased, enterState, enterState, getContainer, getCurrentState, getCurrentStateID, getState, getStateCount, getTitle, init, inputEnded, inputStarted, isAcceptingInput, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, postRenderState, postUpdateState, preRenderState, preUpdateState, render, setInput, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private World world
Constructor Detail |
---|
public SpaceInvader(World world)
world
- le monde utilisé par les niveauxMethod Detail |
---|
public void initStatesList(org.newdawn.slick.GameContainer container) throws org.newdawn.slick.SlickException
initStatesList
in class org.newdawn.slick.state.StateBasedGame
org.newdawn.slick.SlickException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |