Update core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java

This commit is contained in:
kento2 2026-07-07 08:45:50 +02:00
parent 7f5eca5417
commit a55d985773

View file

@ -11,7 +11,7 @@ import net.kyori.adventure.audience.Audience;
* 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)
*
* 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}.
*
* @see {@link NetworkPlayerImpl}