Uses of Enum
org.bukkit.boss.BarFlag
Packages that use BarFlag
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes concerning the creation of boss bars that appear at the top of the
 player's screen.
- 
Uses of BarFlag in org.bukkitMethods in org.bukkit with parameters of type BarFlagModifier and TypeMethodDescriptionstatic 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.Server.createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.Server.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.bossMethods in org.bukkit.boss that return BarFlagModifier and TypeMethodDescriptionstatic BarFlagReturns 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