++ * Plugins should check that hasDisplayName() returns
++ * Plugins should check if hasLore() returns
diff --git a/Spigot-API-Patches/Use-ASM-for-event-executors.patch b/Spigot-API-Patches/Use-ASM-for-event-executors.patch
index 7c5e51595..602d2ebef 100644
--- a/Spigot-API-Patches/Use-ASM-for-event-executors.patch
+++ b/Spigot-API-Patches/Use-ASM-for-event-executors.patch
@@ -10,7 +10,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
- true
++ * before calling this method.
++ *
++ * @return the display name that is set
++ */
++ @NotNull
++ net.md_5.bungee.api.chat.BaseComponent[] getDisplayNameComponent();
++ // Paper end
+ /**
+ * Sets the display name.
+ *
+@@ -0,0 +0,0 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
+ */
+ void setDisplayName(@Nullable String name);
+
++ // Paper start
++ /**
++ * Sets the display name.
++ *
++ * @param component the name component to set
++ */
++ void setDisplayNameComponent(@Nullable net.md_5.bungee.api.chat.BaseComponent[] component);
++ // Paper end
+ /**
+ * Checks for existence of a localized name.
+ *
+@@ -0,0 +0,0 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
+ @Nullable
+ Listtrue before
++ * calling this method.
++ *
++ * @return a list of lore that is set
++ */
++ @Nullable
++ List