Package jag.game
Interface RSHealthBar
-
- All Superinterfaces:
RSNode
,RSProvider
public interface RSHealthBar extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSHealthBarDefinition
getDefinition()
RSLinkedList<RSHitUpdate>
getHitsplats()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getHitsplats
RSLinkedList<RSHitUpdate> getHitsplats()
-
getDefinition
RSHealthBarDefinition getDefinition()
-
-