Add API to manipulate boss bar of entities and those created by commands
By: Yannick Lamprecht <yannicklamprecht@live.de>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.bukkit.boss;
|
||||
|
||||
import org.bukkit.Keyed;
|
||||
|
||||
/**
|
||||
* Represents a custom {@link BossBar} that has a
|
||||
* {@link org.bukkit.NamespacedKey}
|
||||
*/
|
||||
public interface KeyedBossBar extends BossBar, Keyed { }
|
||||
Reference in New Issue
Block a user