api: add overhead text changed event and setOverheadText

This commit is contained in:
Magic fTail
2018-12-20 04:31:59 +01:00
committed by Adam
parent cb574a1fb0
commit ee98065735
4 changed files with 63 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ public interface RSActor extends RSRenderable, Actor
@Override
String getOverheadText();
@Import("overhead")
@Override
void setOverheadText(String overheadText);
@Import("x")
int getX();