Update core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java
This commit is contained in:
parent
7f5eca5417
commit
a55d985773
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import net.kyori.adventure.audience.Audience;
|
||||||
* If the player is not online, these methods DO NOTHING.
|
* If the player is not online, these methods DO NOTHING.
|
||||||
* Most methods here do nothing even if the Player is valid(as is the nature of Audiences)
|
* Most methods here do nothing even if the Player is valid(as is the nature of Audiences)
|
||||||
*
|
*
|
||||||
* this interface should be used mainly for communication(e.g sending messages, playing sounds, ...).
|
* this interface should be used mainly for basic communication(e.g sending messages).
|
||||||
* For more complex operations, use the {@link MessageBroker}.
|
* For more complex operations, use the {@link MessageBroker}.
|
||||||
*
|
*
|
||||||
* @see {@link NetworkPlayerImpl}
|
* @see {@link NetworkPlayerImpl}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue