diff --git a/Spigot-API-Patches/Adventure.patch b/Spigot-API-Patches/Adventure.patch index 3292a55047..86a98fc52c 100644 --- a/Spigot-API-Patches/Adventure.patch +++ b/Spigot-API-Patches/Adventure.patch @@ -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