Class BossBarMock

java.lang.Object
be.seeseemelk.mockbukkit.boss.BossBarMock
All Implemented Interfaces:
BossBar
Direct Known Subclasses:
KeyedBossBarMock

public class BossBarMock extends Object implements BossBar
Mock implementation of BossBar.
  • Constructor Details

    • BossBarMock

      public BossBarMock(@NotNull @NotNull String title, @NotNull @NotNull BarColor color, @NotNull @NotNull BarStyle style, BarFlag @NotNull ... flags)
      Constructs a new BossBarMock with the provided parameters.
      Parameters:
      title - The title of the bossbar.
      color - The color of the bossbar.
      style - The style of the bossbar.
      flags - The flags to set on the bossbar.
  • Method Details