public class PlayerRenderEvent extends Event
AbstractEntityPlayer is rendered
| Modifier and Type | Field and Description |
|---|---|
IAssetManager |
assetManager |
IGameInstance |
game |
org.newdawn.slick.Graphics |
graphics |
AbstractEntityPlayer |
player |
float |
x |
float |
y |
| Constructor and Description |
|---|
PlayerRenderEvent(IGameInstance game,
IAssetManager assetManager,
org.newdawn.slick.Graphics graphics,
AbstractEntityPlayer player,
float x,
float y) |
public final IGameInstance game
public final IAssetManager assetManager
public final org.newdawn.slick.Graphics graphics
public final AbstractEntityPlayer player
public final float x
public final float y
public PlayerRenderEvent(IGameInstance game, IAssetManager assetManager, org.newdawn.slick.Graphics graphics, AbstractEntityPlayer player, float x, float y)