Called to update the entity's position/logic.
()
| 410 | * Called to update the entity's position/logic. |
| 411 | */ |
| 412 | public void onUpdate() |
| 413 | { |
| 414 | this.onEntityUpdate(); |
| 415 | } |
| 416 | |
| 417 | /** |
| 418 | * Gets called every tick from main Entity class |
no test coverage detected