Uses of Class
com.prineside.tdi2.ui.components.BossHpBar
Packages that use BossHpBar
Package
Description
-
Uses of BossHpBar in com.prineside.tdi2.systems.randomEncounter.type.starfall
Fields in com.prineside.tdi2.systems.randomEncounter.type.starfall declared as BossHpBar -
Uses of BossHpBar in com.prineside.tdi2.ui.components
Fields in com.prineside.tdi2.ui.components with type parameters of type BossHpBarMethods in com.prineside.tdi2.ui.components that return BossHpBarModifier and TypeMethodDescriptionBossHpBar.addEffectIcon
(Drawable icon) BossHpBar.addMark
(float coeff) BossHpBar.clearEffectIcons()
BossHpBar.clearMarks()
BossHpBar.setBossName
(String name) BossHpBar.setFirstSmallBarColor
(Color bgColor, Color barColor) BossHpBar.setLabelsColor
(Color color) BossHpBar.setMainBarColor
(Color bgColor, Color barColor) BossHpBar.setMainHP
(double current, double max) BossHpBar.setSecondSmallBarColor
(Color bgColor, Color barColor) BossHpBar.setSmallBarOneProgress
(double coeff) BossHpBar.setSmallBarsCount
(int count) BossHpBar.setSmallBarTwoProgress
(double coeff) Methods in com.prineside.tdi2.ui.components with parameters of type BossHpBarModifier and TypeMethodDescriptionvoid
MainUi.addBossHpBar
(BossHpBar bar) void
MainUi.removeBossHpBar
(BossHpBar bar)