public interface CoreGame
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getName() |
void |
init(Input in) |
void |
openGLInit() |
void |
render(Graphics g,
Input in) |
void |
tick(Input in,
AudioEngine ae,
float delta,
Screen activeScreen) |
void init(Input in) throws java.lang.Exception
java.lang.Exception
void openGLInit() throws java.lang.Exception
java.lang.Exception
void tick(Input in, AudioEngine ae, float delta, Screen activeScreen) throws java.lang.Exception
java.lang.Exception
void close() throws java.lang.Exception
java.lang.Exception
java.lang.String getName()