Fix Player#playerListName nullability annotation (#6089)

This commit is contained in:
Jake Potrebic 2021-07-05 20:22:11 -07:00
parent cad0a49123
commit fff6b90af3

View file

@ -1398,7 +1398,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ *
+ * @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.