Uses of Enum Class
net.kyori.adventure.bossbar.BossBar.Flag
Packages that use BossBar.Flag
-
Uses of BossBar.Flag in net.kyori.adventure.bossbar
Subclasses with type arguments of type BossBar.Flag in net.kyori.adventure.bossbarModifier and TypeClassDescriptionstatic enumFlags to control toggleable effects of a bossbar.Fields in net.kyori.adventure.bossbar with type parameters of type BossBar.FlagModifier and TypeFieldDescriptionstatic final Index<String, BossBar.Flag> BossBar.Flag.NAMESThe name map.Methods in net.kyori.adventure.bossbar that return BossBar.FlagModifier and TypeMethodDescriptionstatic BossBar.FlagReturns the enum constant of this class with the specified name.static BossBar.Flag[]BossBar.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.bossbar that return types with arguments of type BossBar.FlagModifier and TypeMethodDescription@UnmodifiableView Set<BossBar.Flag> BossBar.flags()Gets the flags.Methods in net.kyori.adventure.bossbar with parameters of type BossBar.FlagModifier and TypeMethodDescriptionBossBar.addFlag(BossBar.Flag flag) Adds a flag to this bossbar.BossBar.addFlags(BossBar.Flag... flags) Adds flags to this bossbar.booleanBossBar.hasFlag(BossBar.Flag flag) Checks if this bossbar has a flag.BossBar.removeFlag(BossBar.Flag flag) Removes a flag from this bossbar.BossBar.removeFlags(BossBar.Flag... flags) Removes flags from this bossbar.Method parameters in net.kyori.adventure.bossbar with type arguments of type BossBar.FlagModifier and TypeMethodDescriptionBossBar.addFlags(Iterable<BossBar.Flag> flags) Adds flags to this 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, Set<BossBar.Flag> flags) Creates a new bossbar.default voidBossBar.Listener.bossBarFlagsChanged(BossBar bar, Set<BossBar.Flag> flagsAdded, Set<BossBar.Flag> flagsRemoved) Bossbar flags changed.BossBar.flags(Set<BossBar.Flag> flags) Sets the flags.BossBar.removeFlags(Iterable<BossBar.Flag> flags) Removes flags from this bossbar.