Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2021-11-10 00:37:44 +01:00
3 changed files with 49 additions and 2 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
*/

View File

@@ -650,7 +650,14 @@ public enum Varbits
* 2 = popup notification only
* 3 = chat and popup
*/
COLLECTION_LOG_NOTIFICATION(11959);
COLLECTION_LOG_NOTIFICATION(11959),
/**
* Show boss health overlay setting
* 0 = on
* 1 = off
*/
BOSS_HEALTH_OVERLAY(12389);
/**
* The raw varbit ID.