change getModelHeight to getLogicalHeight

This commit is contained in:
Max Weber
2018-02-04 06:37:24 -07:00
parent 80aebd1836
commit 1914f76513
5 changed files with 14 additions and 5 deletions

View File

@@ -63,4 +63,9 @@ public interface Actor extends Renderable
Point getMinimapLocation();
Point getRegionLocation();
/**
* Returns the logical height of the actor's model. This is roughly where the health bar is drawn.
*/
int getLogicalHeight();
}