Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-28 09:00:09 +01:00
javadc
Dieser Commit ist enthalten in:
Ursprung
3df7f760a6
Commit
7ff42400c0
@ -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
|
* @param player uuid of the player
|
||||||
* @return The BossBar object
|
* @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
|
* @param uuid The players UUID
|
||||||
* @return The BossBar object
|
* @return The BossBar object
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren