Skip to content

Commit

Permalink
Deprecate exposed scoreboard API
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Oct 21, 2023
1 parent d0e5cf7 commit 9cdb2ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ public enum MainHand
* Get the {@link Scoreboard} that belongs to this player.
*
* @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();
}

0 comments on commit 9cdb2ba

Please sign in to comment.