public abstract class Entity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float |
delta |
long |
id |
float |
x |
float |
y |
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
add() |
void |
draw() |
void |
init() |
Entity |
remove() |
void |
removed() |
void |
update() |