Uses of Enum Class
cn.nukkit.utils.BossBarColor
Packages that use BossBarColor
-
Uses of BossBarColor in cn.nukkit.utils
Methods in cn.nukkit.utils that return BossBarColorModifier and TypeMethodDescriptionDummyBossBar.getColor()
static BossBarColor
Returns the enum constant of this class with the specified name.static BossBarColor[]
BossBarColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.nukkit.utils with parameters of type BossBarColorModifier and TypeMethodDescriptionDummyBossBar.Builder.color
(BossBarColor color) void
DummyBossBar.setColor
(BossBarColor color)