api: rename getOverhead to getOverheadText
This commit is contained in:
@@ -238,5 +238,5 @@ public interface Actor extends Renderable
|
|||||||
*
|
*
|
||||||
* @return the overhead text
|
* @return the overhead text
|
||||||
*/
|
*/
|
||||||
String getOverhead();
|
String getOverheadText();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ public interface RSActor extends RSRenderable, Actor
|
|||||||
|
|
||||||
@Import("overhead")
|
@Import("overhead")
|
||||||
@Override
|
@Override
|
||||||
String getOverhead();
|
String getOverheadText();
|
||||||
|
|
||||||
@Import("x")
|
@Import("x")
|
||||||
int getX();
|
int getX();
|
||||||
|
|||||||
Reference in New Issue
Block a user