3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00
Dieser Commit ist enthalten in:
creeper123123321 2020-06-25 12:07:30 -03:00
Ursprung 3df7f760a6
Commit 7ff42400c0

Datei anzeigen

@ -81,7 +81,7 @@ public abstract class BossBar<T> {
}
/**
* Show the bossbar to a player (uuid).
* Show the bossbar to a player (uuid). This only works for frontend connections. Use #addConnection(UserConnection) for other types.
*
* @param player uuid of the player
* @return The BossBar object
@ -121,7 +121,7 @@ public abstract class BossBar<T> {
}
/**
* Removes the bossbar from a player.
* Removes the bossbar from a player. This only works for frontend connections. For others types, use #removeConnection(UserConnection)
*
* @param uuid The players UUID
* @return The BossBar object