Uses of Interface
jag.game.RSHealthBar
-
Packages that use RSHealthBar Package Description jag.game.scene.entity org.rspeer.game.adapter.scene org.rspeer.game.event -
-
Uses of RSHealthBar in jag.game.scene.entity
Methods in jag.game.scene.entity that return types with arguments of type RSHealthBar Modifier and Type Method Description RSLinkedList<RSHealthBar>
RSPathingEntity. getHealthBars()
-
Uses of RSHealthBar in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return RSHealthBar Modifier and Type Method Description RSHealthBar
PathingEntity. getHeadbar(int id)
RSHealthBar
PathingEntity. getHealthBar()
Methods in org.rspeer.game.adapter.scene that return types with arguments of type RSHealthBar Modifier and Type Method Description List<RSHealthBar>
PathingEntity. getHeadbars()
Methods in org.rspeer.game.adapter.scene with parameters of type RSHealthBar Modifier and Type Method Description int
PathingEntity. getHeadbarPercent(RSHealthBar headbar)
-
Uses of RSHealthBar in org.rspeer.game.event
Methods in org.rspeer.game.event with parameters of type RSHealthBar Modifier and Type Method Description int
HeadbarEvent. getPercent(RSHealthBar provider)
-