|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.newdawn.slick.state.BasicGameState
apes.IntroState
public class IntroState
The intro state of the game. It displays it title, etc.
Constructor Summary | |
---|---|
IntroState(int stateID)
|
Method Summary | |
---|---|
int |
getID()
|
void |
init(org.newdawn.slick.GameContainer gc,
org.newdawn.slick.state.StateBasedGame sbg)
|
void |
render(org.newdawn.slick.GameContainer gc,
org.newdawn.slick.state.StateBasedGame sbg,
org.newdawn.slick.Graphics grphcs)
|
void |
update(org.newdawn.slick.GameContainer gc,
org.newdawn.slick.state.StateBasedGame sbg,
int i)
|
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 |
Constructor Detail |
---|
public IntroState(int stateID)
Method Detail |
---|
public int getID()
getID
in interface org.newdawn.slick.state.GameState
getID
in class org.newdawn.slick.state.BasicGameState
public void init(org.newdawn.slick.GameContainer gc, org.newdawn.slick.state.StateBasedGame sbg) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void render(org.newdawn.slick.GameContainer gc, org.newdawn.slick.state.StateBasedGame sbg, org.newdawn.slick.Graphics grphcs) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
public void update(org.newdawn.slick.GameContainer gc, org.newdawn.slick.state.StateBasedGame sbg, int i) throws org.newdawn.slick.SlickException
org.newdawn.slick.SlickException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |