Uses of Enum
com.mrivanplays.ivancord.api.util.BossBar.Flag
Packages that use BossBar.Flag
-
Uses of BossBar.Flag in com.mrivanplays.ivancord.api.util
Methods in com.mrivanplays.ivancord.api.util that return BossBar.FlagModifier and TypeMethodDescriptionstatic BossBar.Flag
Returns the enum constant of this type with the specified name.static BossBar.Flag[]
BossBar.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mrivanplays.ivancord.api.util that return types with arguments of type BossBar.FlagModifier and TypeMethodDescriptionBossBar.getFlags()
Returns a unmodifiable set, containing all of the flags, added to this boss barMethods in com.mrivanplays.ivancord.api.util with parameters of type BossBar.FlagModifier and TypeMethodDescriptionvoid
BossBar.addFlags
(BossBar.Flag... flags) Adds flag(s) to the boss barBossBar.Builder.flags
(BossBar.Flag... flags) void
BossBar.removeFlag
(BossBar.Flag flag) Removes a flag from the boss barvoid
BossBar.removeFlags
(BossBar.Flag... flags) Removes the specified flag(s) from the boss barMethod parameters in com.mrivanplays.ivancord.api.util with type arguments of type BossBar.FlagModifier and TypeMethodDescriptionvoid
BossBar.addFlags
(Iterable<BossBar.Flag> flags) Adds flag(s) to the boss bar