update method
Updates the internal state of this game entity. Normally called by {@link EntityManager#update} in each simulation step.
Implementation
GameEntity update(double delta) {
return this;
}
Updates the internal state of this game entity. Normally called by {@link EntityManager#update} in each simulation step.
GameEntity update(double delta) {
return this;
}