opponent info: use long npc name if available

This name is used on the in game hd hud (eg "Baby Muttadile" instead of "Muttadile")
This commit is contained in:
Adam
2021-11-09 16:55:54 -05:00
parent 7b6074f0f8
commit 8ebef03e4d
2 changed files with 16 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ package net.runelite.api;
*/
public final class ParamID
{
/**
* Long name for NPCs used in the HP hud
*/
public static final int NPC_HP_NAME = 510;
/**
* @see SettingID
*/