Class BossBarImplementationMock

java.lang.Object
be.seeseemelk.mockbukkit.boss.BossBarImplementationMock
All Implemented Interfaces:
net.kyori.adventure.bossbar.BossBarImplementation

@Internal public class BossBarImplementationMock extends Object implements net.kyori.adventure.bossbar.BossBarImplementation
  • Constructor Details

    • BossBarImplementationMock

      public BossBarImplementationMock()
  • Method Details

    • viewers

      @NotNull public @NotNull Iterable<? extends net.kyori.adventure.bossbar.BossBarViewer> viewers()
      Specified by:
      viewers in interface net.kyori.adventure.bossbar.BossBarImplementation
    • playerShow

      public void playerShow(PlayerMock playerMock)
    • playerHide

      public void playerHide(PlayerMock playerMock)