efficom.runningjoe
Class RunningJoe
java.lang.Object
com.badlogic.gdx.Game
efficom.runningjoe.RunningJoe
- All Implemented Interfaces:
- com.badlogic.gdx.ApplicationListener
public class RunningJoe
- extends com.badlogic.gdx.Game
The game's main class, called as application events are fired.
Methods inherited from class com.badlogic.gdx.Game |
getScreen |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final java.lang.String LOG
GAME_VIEWPORT_WIDTH
public static final int GAME_VIEWPORT_WIDTH
- See Also:
- Constant Field Values
GAME_VIEWPORT_HEIGHT
public static final int GAME_VIEWPORT_HEIGHT
- See Also:
- Constant Field Values
DEV_MODE
public static final boolean DEV_MODE
- See Also:
- Constant Field Values
RunningJoe
public RunningJoe()
getPreferencesManager
public PreferencesManager getPreferencesManager()
getWorld
public RjWorld getWorld()
getProfileManager
public ProfileManager getProfileManager()
getMusicManager
public MusicManager getMusicManager()
getSoundManager
public SoundManager getSoundManager()
getDebugRenderer
public com.badlogic.gdx.physics.box2d.Box2DDebugRenderer getDebugRenderer()
create
public void create()
resize
public void resize(int width,
int height)
- Specified by:
resize
in interface com.badlogic.gdx.ApplicationListener
- Overrides:
resize
in class com.badlogic.gdx.Game
render
public void render()
- Specified by:
render
in interface com.badlogic.gdx.ApplicationListener
- Overrides:
render
in class com.badlogic.gdx.Game
pause
public void pause()
- Specified by:
pause
in interface com.badlogic.gdx.ApplicationListener
- Overrides:
pause
in class com.badlogic.gdx.Game
resume
public void resume()
- Specified by:
resume
in interface com.badlogic.gdx.ApplicationListener
- Overrides:
resume
in class com.badlogic.gdx.Game
setScreen
public void setScreen(com.badlogic.gdx.Screen screen)
- Overrides:
setScreen
in class com.badlogic.gdx.Game
dispose
public void dispose()
- Specified by:
dispose
in interface com.badlogic.gdx.ApplicationListener
- Overrides:
dispose
in class com.badlogic.gdx.Game