mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
Fix Player#playerListName nullability annotation (#6089)
This commit is contained in:
parent
cad0a49123
commit
fff6b90af3
@ -1398,7 +1398,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ *
|
+ *
|
||||||
+ * @return the player list name
|
+ * @return the player list name
|
||||||
+ */
|
+ */
|
||||||
+ @Nullable net.kyori.adventure.text.Component playerListName();
|
+ @NotNull net.kyori.adventure.text.Component playerListName();
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets the currently displayed player list header for this player.
|
+ * Gets the currently displayed player list header for this player.
|
||||||
|
Loading…
Reference in New Issue
Block a user