aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch
diff options
context:
space:
mode:
authorRiley Park <[email protected]>2024-07-20 11:40:35 -0700
committerRiley Park <[email protected]>2024-07-20 11:46:04 -0700
commit0070d803f2017f123e29d90dd7c0e6a2f1721a6e (patch)
treed5935495efde2b7620b11210813f3dfaa55aa72f /patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch
parentaa3b3568346838aa175add0b005efc020de0ba81 (diff)
downloadPaper-0070d803f2017f123e29d90dd7c0e6a2f1721a6e.tar.gz
Paper-0070d803f2017f123e29d90dd7c0e6a2f1721a6e.zip
Deprecate more Timings things for removalfeature/remove-timings
Diffstat (limited to 'patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch')
-rw-r--r--patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch b/patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch
index c974d8f397..bd8435d922 100644
--- a/patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch
+++ b/patches/api/0477-Proxy-ItemStack-to-CraftItemStack.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Proxy ItemStack to CraftItemStack
diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java
-index 732f4f2eafd5c8bf676c963c689cfd0f7e1c1502..c133564b8e8364f1eb7f0e82eed3b0add7f47351 100644
+index 9bdba60fa96edbc4be5dcf54a815579db887048b..330e3013eda204aa9b33d5e1c3104e0b595abdbc 100644
--- a/src/main/java/org/bukkit/UnsafeValues.java
+++ b/src/main/java/org/bukkit/UnsafeValues.java
-@@ -281,4 +281,6 @@ public interface UnsafeValues {
+@@ -285,4 +285,6 @@ public interface UnsafeValues {
@NotNull java.util.List<net.kyori.adventure.text.Component> computeTooltipLines(@NotNull ItemStack itemStack, @NotNull io.papermc.paper.inventory.tooltip.TooltipContext tooltipContext, @Nullable org.bukkit.entity.Player player); // Paper - expose itemstack tooltip lines
<A extends Keyed, M> io.papermc.paper.registry.tag.@Nullable Tag<A> getTag(io.papermc.paper.registry.tag.@NotNull TagKey<A> tagKey); // Paper - hack to get tags for non-server backed registries