api: add overhead text changed event and setOverheadText
This commit is contained in:
@@ -239,4 +239,11 @@ public interface Actor extends Renderable
|
||||
* @return the overhead text
|
||||
*/
|
||||
String getOverheadText();
|
||||
|
||||
/**
|
||||
* Sets the overhead text that is displayed above the actor
|
||||
*
|
||||
* @param overheadText the overhead text
|
||||
*/
|
||||
void setOverheadText(String overheadText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user