Search in sources :

Example 1 with GlowBossBar

use of net.glowstone.boss.GlowBossBar in project Glowstone by GlowstoneMC.

the class GlowServer method createBossBar.

@Override
public BossBar createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags) {
    GlowBossBar bossBar = new GlowBossBar(title, color, style, flags);
    bossBarManager.register(bossBar);
    return bossBar;
}
Also used : GlowBossBar(net.glowstone.boss.GlowBossBar)

Aggregations

GlowBossBar (net.glowstone.boss.GlowBossBar)1