Uses of Class
org.bukkit.boss.BarFlag
-
Packages that use BarFlag Package Description org.bukkit More generalized classes in the API.org.bukkit.boss -
-
Uses of BarFlag in org.bukkit
Methods in org.bukkit with parameters of type BarFlag Modifier and Type Method Description static BossBarBukkit. createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.static KeyedBossBarBukkit. createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.BossBarServer. createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.KeyedBossBarServer. createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players. -
Uses of BarFlag in org.bukkit.boss
Methods in org.bukkit.boss that return BarFlag Modifier and Type Method Description static BarFlagBarFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static BarFlag[]BarFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.boss with parameters of type BarFlag Modifier and Type Method Description voidBossBar. addFlag(BarFlag flag)Add an optional flag to this boss barbooleanBossBar. hasFlag(BarFlag flag)Returns whether this boss bar as the passed flag setvoidBossBar. removeFlag(BarFlag flag)Remove an existing flag on this boss bar
-