public class EntityRenderEvent
extends java.util.EventObject
EventObject contains data about the rendering process of an entity.| Constructor and Description |
|---|
EntityRenderEvent(java.awt.Graphics2D graphics,
IEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
IEntity |
getEntity()
Get the entity involved with the rendering process.
|
java.awt.Graphics2D |
getGraphics()
Gets the graphics object on which the entity is rendered.
|
public EntityRenderEvent(java.awt.Graphics2D graphics,
IEntity entity)
public java.awt.Graphics2D getGraphics()
public IEntity getEntity()