api: rename getOverhead to getOverheadText

This commit is contained in:
Magic fTail
2018-12-20 04:29:54 +01:00
committed by Adam
parent fc786e334b
commit cb574a1fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -238,5 +238,5 @@ public interface Actor extends Renderable
*
* @return the overhead text
*/
String getOverhead();
String getOverheadText();
}

View File

@@ -34,7 +34,7 @@ public interface RSActor extends RSRenderable, Actor
@Import("overhead")
@Override
String getOverhead();
String getOverheadText();
@Import("x")
int getX();