Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Sep 19, 2023
1 parent 5ac4441 commit e346b51
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ public record ProfileEntry(List<String> motd, List<String> players, String playe
* Whether player count should be hidden.
* @param extraPlayersEnabled
* Whether the extra players option should be enabled.
* @param maxPlayersEnabled
* Whether the max players option should be enabled.
* @param extraPlayersCount
* The number to add to the online players for the extra players.
* @param maxPlayersCount
* The number to use for the max players count.
*
* @see Builder ProfileEntry.Builder
*/
Expand Down Expand Up @@ -423,7 +427,7 @@ public Builder setMaxPlayersEnabled(NullBool maxPlayersEnabled){
*
* @return This Builder after the extra player count has been set. Useful for chaining.
*
* @deprecated Typo in the name. Use {@link #setExtraPlayersCount(Integer) setExtraPlayersCount(...)} instead.
* @deprecated Typo in the name. Use {@link #setExtraPlayersCount(Integer) setExtraPlayersCount(Integer)} instead.
*/
@Deprecated(since = "3.1.0", forRemoval = true)
public Builder setExtraPlayerCount(Integer extraPlayersCount){
Expand Down

0 comments on commit e346b51

Please sign in to comment.