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.FlagReturns 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 TypeMethodDescriptionvoidBossBar.addFlags(BossBar.Flag... flags) Adds flag(s) to the boss barBossBar.Builder.flags(BossBar.Flag... flags) voidBossBar.removeFlag(BossBar.Flag flag) Removes a flag from the boss barvoidBossBar.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 TypeMethodDescriptionvoidBossBar.addFlags(Iterable<BossBar.Flag> flags) Adds flag(s) to the boss bar