runescape-api: rename CombatInfo2 to HealthBar

This commit is contained in:
Adam
2019-04-06 13:41:32 -04:00
parent 5acf9ad1e7
commit bd9a69dc19
3 changed files with 5 additions and 5 deletions

View File

@@ -31,6 +31,6 @@ public interface RSCombatInfoListHolder extends RSNode
@Import("combatInfo1")
RSCombatInfoList getCombatInfo1();
@Import("combatInfo2")
RSCombatInfo2 getCombatInfo2();
@Import("healthBar")
RSHealthBar getHealthBar();
}

View File

@@ -26,7 +26,7 @@ package net.runelite.rs.api;
import net.runelite.mapping.Import;
public interface RSCombatInfo2
public interface RSHealthBar
{
@Import("healthScale")
int getHealthScale();