Uses of Enum Class
net.kyori.adventure.bossbar.BossBar.Color
Packages that use BossBar.Color
-
Uses of BossBar.Color in net.kyori.adventure.bossbar
Fields in net.kyori.adventure.bossbar with type parameters of type BossBar.ColorModifier and TypeFieldDescriptionstatic final Index<String, BossBar.Color> BossBar.Color.NAMESThe name map.Methods in net.kyori.adventure.bossbar that return BossBar.ColorModifier and TypeMethodDescriptionBossBar.color()Gets the color.static BossBar.ColorReturns the enum constant of this class with the specified name.static BossBar.Color[]BossBar.Color.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.bossbar with parameters of type BossBar.ColorModifier and TypeMethodDescriptionstatic BossBarBossBar.bossBar(ComponentLike name, float progress, BossBar.Color color, BossBar.Overlay overlay) Creates a new bossbar.static BossBarBossBar.bossBar(ComponentLike name, float progress, BossBar.Color color, BossBar.Overlay overlay, Set<BossBar.Flag> flags) Creates a new bossbar.static BossBarBossBar.bossBar(Component name, float progress, BossBar.Color color, BossBar.Overlay overlay) Creates a new bossbar.static BossBarBossBar.bossBar(Component name, float progress, BossBar.Color color, BossBar.Overlay overlay, Set<BossBar.Flag> flags) Creates a new bossbar.default voidBossBar.Listener.bossBarColorChanged(BossBar bar, BossBar.Color oldColor, BossBar.Color newColor) Bossbar color changed.BossBar.color(BossBar.Color color) Sets the color.