From fff6b90af3c09375b1430c5cda766d3bd2804399 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Mon, 5 Jul 2021 20:22:11 -0700 Subject: [PATCH] Fix Player#playerListName nullability annotation (#6089) --- patches/api/Adventure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index ced335af4d..247f65f1e7 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -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.