runelite-api: add skull icon api for local player
This commit is contained in:
@@ -26,6 +26,7 @@ package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.api.Player;
|
||||
import net.runelite.mapping.Import;
|
||||
import net.runelite.mapping.Protect;
|
||||
|
||||
public interface RSPlayer extends RSActor, Player
|
||||
{
|
||||
@@ -60,4 +61,8 @@ public interface RSPlayer extends RSActor, Player
|
||||
|
||||
@Import("overheadIcon")
|
||||
int getRsOverheadIcon();
|
||||
|
||||
@Import("skullIcon")
|
||||
@Protect
|
||||
int getRsSkullIcon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user