SpongePowered / SpongeAPI

A Minecraft plugin API
http://www.spongepowered.org/
MIT License
1.14k stars 343 forks source link

Remove Raid#setBossBar() #2548

Closed MrHell228 closed 1 month ago

MrHell228 commented 2 months ago

SpongeAPI | Sponge

I don't really understand the point of this method because all modifications of raid BossBar can (and should) be done via Raid#bossBar(). Impl literally replaces final ServerBossEvent which I think might be unsafe. Furthermore, it's not even working now :D