public class WorldRenderEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
IAssetManager |
assetManager |
IGameInstance |
game |
org.newdawn.slick.Graphics |
graphics |
AbstractEntityPlayer |
player |
float |
translationX |
float |
translationY |
IWorld |
world |
| Constructor and Description |
|---|
WorldRenderEvent(IGameInstance game,
IAssetManager assetManager,
org.newdawn.slick.Graphics graphics,
IWorld world,
AbstractEntityPlayer player,
float translationX,
float translationY) |
public final IGameInstance game
public final IAssetManager assetManager
public final org.newdawn.slick.Graphics graphics
public final IWorld world
public final AbstractEntityPlayer player
public final float translationX
public final float translationY
public WorldRenderEvent(IGameInstance game, IAssetManager assetManager, org.newdawn.slick.Graphics graphics, IWorld world, AbstractEntityPlayer player, float translationX, float translationY)