Deprecate exposed scoreboard API

This commit is contained in:
md_5 2023-10-22 09:25:25 +11:00
parent d0e5cf7ce5
commit 9cdb2ba3ea
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -334,6 +334,9 @@ public interface ProxiedPlayer extends Connection, CommandSender
* Get the {@link Scoreboard} that belongs to this player. * Get the {@link Scoreboard} that belongs to this player.
* *
* @return this player's {@link Scoreboard} * @return this player's {@link Scoreboard}
* @deprecated for internal use only, setters will not have the expected
* effect, will not update client state, and may corrupt proxy state
*/ */
@Deprecated
Scoreboard getScoreboard(); Scoreboard getScoreboard();
} }