api: rename getOverhead to getOverheadText

This commit is contained in:
Magic fTail
2019-03-19 14:37:35 -04:00
committed by Adam
parent fc786e334b
commit cb574a1fb0
2 changed files with 2 additions and 2 deletions
@@ -238,5 +238,5 @@ public interface Actor extends Renderable
*
* @return the overhead text
*/
String getOverhead();
String getOverheadText();
}