Skip to content

Commit

Permalink
remove Raid#setBossBar()
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHell228 authored and Faithcaio committed Jul 12, 2024
1 parent 96e3b65 commit 2f327a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/org/spongepowered/api/raid/Raid.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ public interface Raid {
*/
BossBar bossBar();

/**
* Sets the {@link BossBar} being displayed to clients of this raid.
*
* @param bossBar The boss bar
*/
void setBossBar(BossBar bossBar);

/**
* Gets the {@link RaidStatus} of this raid.
*
Expand Down

0 comments on commit 2f327a1

Please sign in to comment.