From a0bca1d5139129c40aefb3cf3f4cc357722790a9 Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Fri, 24 Jun 2022 18:39:44 +0200 Subject: [PATCH] [ci skip] Fix tiny mistake in adventure javadocs (#8046) --- 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 ce01bdd58..056991fd6 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -3758,7 +3758,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * + *

Plugins should check that {@link #hasLore()} returns true before calling this method.

+ * -+ * @return the display name ++ * @return the lore + */ + @Nullable List lore(); +