efficom.runningjoe.core
Class RjWorld

java.lang.Object
  extended by efficom.runningjoe.core.RjWorld

public class RjWorld
extends java.lang.Object


Constructor Summary
RjWorld(RunningJoe game)
           
 
Method Summary
 void fallingGround()
          LET FALL FIRST BLOCKS
 com.badlogic.gdx.graphics.OrthographicCamera getCamera()
           
 RunningJoe getGame()
           
 Joe getJoe()
           
 com.badlogic.gdx.physics.box2d.World getWorld()
           
 boolean isStarded()
           
 void Pause()
           
 void render()
           
 void RenderDebug()
           
 void SetGravity(com.badlogic.gdx.math.Vector2 vect)
           
 void Start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RjWorld

public RjWorld(RunningJoe game)
Parameters:
game - Main Game
Method Detail

isStarded

public boolean isStarded()

getJoe

public Joe getJoe()

getWorld

public com.badlogic.gdx.physics.box2d.World getWorld()

getGame

public RunningJoe getGame()

getCamera

public com.badlogic.gdx.graphics.OrthographicCamera getCamera()

SetGravity

public void SetGravity(com.badlogic.gdx.math.Vector2 vect)

render

public void render()

RenderDebug

public void RenderDebug()

fallingGround

public void fallingGround()
LET FALL FIRST BLOCKS


Start

public void Start()

Pause

public void Pause()