Interface BossBarAPI

All Known Implementing Classes:
BossBarAPIManager

public interface BossBarAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customBossBar(org.bukkit.entity.Player player, net.kyori.adventure.bossbar.BossBar.Color barcolor, net.kyori.adventure.bossbar.BossBar.Overlay barstyle, List<net.kyori.adventure.bossbar.BossBar.Flag> flags, String message, int seconds, boolean animated, List<String> data)
     
    void
     
  • Method Details

    • customBossBar

      void customBossBar(org.bukkit.entity.Player player, net.kyori.adventure.bossbar.BossBar.Color barcolor, net.kyori.adventure.bossbar.BossBar.Overlay barstyle, List<net.kyori.adventure.bossbar.BossBar.Flag> flags, String message, int seconds, boolean animated, List<String> data)
    • removeAllBar

      void removeAllBar(UUID uuid)