Show opponents hp in menu, your target colored, targeting you *
This commit is contained in:
@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
|
||||
public interface RSActor extends RSEntity, Actor
|
||||
{
|
||||
@Import("targetIndex")
|
||||
@Override
|
||||
int getRSInteracting();
|
||||
|
||||
// Overhead text
|
||||
|
||||
@@ -208,6 +208,10 @@ public interface RSClient extends RSGameShell, Client
|
||||
@Override
|
||||
RSPlayer getLocalPlayer();
|
||||
|
||||
@Import("localPlayerIndex")
|
||||
@Override
|
||||
int getLocalPlayerIndex();
|
||||
|
||||
@Import("npcCount")
|
||||
int getNpcIndexesCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user