Package net.glowstone.boss
Class GlowKeyedBossBar
java.lang.Object
net.glowstone.boss.GlowBossBar
net.glowstone.boss.GlowKeyedBossBar
- All Implemented Interfaces:
org.bukkit.boss.BossBar,org.bukkit.boss.KeyedBossBar,org.bukkit.Keyed
-
Constructor Summary
ConstructorsConstructorDescriptionGlowKeyedBossBar(org.bukkit.NamespacedKey key, String title, org.bukkit.boss.BarColor color, org.bukkit.boss.BarStyle style, double progress, org.bukkit.boss.BarFlag... flags) -
Method Summary
Methods inherited from class net.glowstone.boss.GlowBossBar
addFlag, addPlayer, equals, getColor, getPlayers, getProgress, getStyle, getTitle, getUniqueId, hasFlag, hide, isVisible, removeAll, removeFlag, removePlayer, setColor, setProgress, setStyle, setTitle, setVisible, show, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.boss.BossBar
addFlag, addPlayer, getColor, getPlayers, getProgress, getStyle, getTitle, hasFlag, hide, isVisible, removeAll, removeFlag, removePlayer, setColor, setProgress, setStyle, setTitle, setVisible, show
-
Constructor Details
-
GlowKeyedBossBar
public GlowKeyedBossBar(org.bukkit.NamespacedKey key, String title, org.bukkit.boss.BarColor color, org.bukkit.boss.BarStyle style, double progress, org.bukkit.boss.BarFlag... flags)
-
-
Method Details
-
getKey
public org.bukkit.NamespacedKey getKey()- Specified by:
getKeyin interfaceorg.bukkit.Keyed
-