Uses of Enum
com.mrivanplays.ivancord.api.util.BossBar.Flag
-
Uses of BossBar.Flag in com.mrivanplays.ivancord.api.util
Modifier 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.Modifier and TypeMethodDescriptionBossBar.getFlags()
Returns a unmodifiable set, containing all of the flags, added to this boss barModifier 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 barModifier and TypeMethodDescriptionvoid
BossBar.addFlags
(Iterable<BossBar.Flag> flags) Adds flag(s) to the boss bar