|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.newdawn.slick.state.BasicGameState
jeux.levels.LooserEndMenu
public class LooserEndMenu
Field Summary | |
---|---|
private int |
stateID
L'identifiant du niveau |
private World |
world
Le ;onde |
Constructor Summary | |
---|---|
LooserEndMenu(int stateID,
World world)
Construit le niveau en initialisant l'identifiant |
Method Summary | |
---|---|
int |
getID()
|
void |
init(org.newdawn.slick.GameContainer container,
org.newdawn.slick.state.StateBasedGame game)
|
void |
render(org.newdawn.slick.GameContainer container,
org.newdawn.slick.state.StateBasedGame game,
org.newdawn.slick.Graphics g)
|
void |
update(org.newdawn.slick.GameContainer container,
org.newdawn.slick.state.StateBasedGame game,
int delta)
|
Methods inherited from class org.newdawn.slick.state.BasicGameState |
---|
controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleased, enter, inputEnded, inputStarted, isAcceptingInput, keyPressed, keyReleased, leave, 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 |
---|
private int stateID
private World world
Constructor Detail |
---|
public LooserEndMenu(int stateID, World world)
stateID
- l'identifiant choisi.Method Detail |
---|
public void init(org.newdawn.slick.GameContainer container, org.newdawn.slick.state.StateBasedGame game) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void render(org.newdawn.slick.GameContainer container, org.newdawn.slick.state.StateBasedGame game, org.newdawn.slick.Graphics g) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void update(org.newdawn.slick.GameContainer container, org.newdawn.slick.state.StateBasedGame game, int delta) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public int getID()
getID
in interface org.newdawn.slick.state.GameState
getID
in class org.newdawn.slick.state.BasicGameState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |