Rename player -> boss bar method

This commit is contained in:
Kezz 2021-03-28 16:22:48 +01:00 committed by GitHub
parent 229a54b4b5
commit 20b2ddb055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class BossBarManager {
* @param player the player
* @return the boss bars
*/
public @NotNull Collection<BossBar> getPlayersBossBars(@NotNull Player player) {
public @NotNull Collection<BossBar> getPlayerBossBars(@NotNull Player player) {
Collection<BossBarHolder> holders = this.playerBars.get(player.getUuid());
if (holders == null) {