public class HeadlessGameWrapper extends GameWrapper
GameWrapper
Constructor and Description |
---|
HeadlessGameWrapper(GameContainer gc,
java.lang.String gameIdentifier) |
Modifier and Type | Method and Description |
---|---|
protected Graphics |
createGraphicsContext() |
void |
initialise(java.lang.String gameIdentifier) |
boolean |
isGameWindowReady()
Returns if the game window is initialised natively
|
create, dispose, interpolate, pause, render, resize, resume, update
public HeadlessGameWrapper(GameContainer gc, java.lang.String gameIdentifier)
public void initialise(java.lang.String gameIdentifier)
initialise
in class GameWrapper
protected Graphics createGraphicsContext()
createGraphicsContext
in class GameWrapper
public boolean isGameWindowReady()
GameWrapper
isGameWindowReady
in class GameWrapper