Removes some references to deprecated methods/types (#9043)

This commit is contained in:
Jake Potrebic
2023-04-15 18:13:59 -07:00
parent 01df66a280
commit 77aec31991
6 changed files with 61 additions and 5 deletions

View File

@@ -16,10 +16,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ /**
+ * Creates a {@link net.md_5.bungee.api.chat.hover.content.Content} of that ItemStack for displaying.
+ *
+ * @param itemStack
+ * @param itemStack the itemstack
+ * @return the {@link net.md_5.bungee.api.chat.hover.content.Content} of that ItemStack
+ * @deprecated use {@link ItemStack#asHoverEvent()}
+ */
+ @NotNull
+ @Deprecated // Paper
+ net.md_5.bungee.api.chat.hover.content.Content hoverContentOf(@NotNull ItemStack itemStack);
+
+ /**