mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Fix a couple of typos in the javadoc for Player (#5235)
This commit is contained in:
parent
9cf511130f
commit
84af0796d3
1 changed files with 3 additions and 4 deletions
|
@ -919,9 +919,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ void playerListName(@Nullable net.kyori.adventure.text.Component name);
|
||||
+
|
||||
+ /**
|
||||
+ * Gets the currently displayed player list header for this player.
|
||||
+ * Gets the name that is shown on the in-game player list.
|
||||
+ *
|
||||
+ * @return player list header or null
|
||||
+ * @return the player list name
|
||||
+ */
|
||||
+ @Nullable net.kyori.adventure.text.Component playerListName();
|
||||
+
|
||||
|
@ -929,14 +929,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * Gets the currently displayed player list header for this player.
|
||||
+ *
|
||||
+ * @return player list header or null
|
||||
+ * @deprecated in favour of {@link #playerListName()}
|
||||
+ */
|
||||
+ @Nullable net.kyori.adventure.text.Component playerListHeader();
|
||||
+
|
||||
+ /**
|
||||
+ * Gets the currently displayed player list footer for this player.
|
||||
+ *
|
||||
+ * @return player list header or null
|
||||
+ * @return player list footer or null
|
||||
+ */
|
||||
+ @Nullable net.kyori.adventure.text.Component playerListFooter();
|
||||
+ // Paper end
|
||||
|
|
Loading…
Reference in a new issue