Add Actor#isMoving

This commit is contained in:
Burak Inan
2021-02-17 00:48:03 +01:00
parent 3e3f4ac4b1
commit 66b464c510
3 changed files with 11 additions and 0 deletions

View File

@@ -290,4 +290,6 @@ public interface Actor extends Renderable, Locatable
* @return
*/
boolean isDead();
boolean isMoving();
}