runelite-client: add mage training arena plugin

This commit is contained in:
Jasper Ketelaar
2018-06-04 22:54:29 +02:00
committed by Adam
parent 7d107445c8
commit b7b8fc85fb
22 changed files with 1993 additions and 2 deletions

View File

@@ -226,4 +226,11 @@ public interface Actor extends Renderable
* @return the world area
*/
WorldArea getWorldArea();
/**
* Gets the overhead text that is displayed above the actor
*
* @return the overhead text
*/
String getOverhead();
}