aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0475-Registry-Modification-API.patch
diff options
context:
space:
mode:
authorRiley Park <[email protected]>2024-07-20 19:40:41 -0700
committerGitHub <[email protected]>2024-07-20 19:40:41 -0700
commit3a47518b4bc5252d1204c7ee59098f6b4d247290 (patch)
treeec9ce0def197c901b5875b816ddf47b02133bc2d /patches/api/0475-Registry-Modification-API.patch
parent7e91a2c3abb438a3ac55b5abfc894486ed5f397f (diff)
downloadPaper-3a47518b4bc5252d1204c7ee59098f6b4d247290.tar.gz
Paper-3a47518b4bc5252d1204c7ee59098f6b4d247290.zip
Deprecate more Timings things for removal (#11126)
Diffstat (limited to 'patches/api/0475-Registry-Modification-API.patch')
-rw-r--r--patches/api/0475-Registry-Modification-API.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/api/0475-Registry-Modification-API.patch b/patches/api/0475-Registry-Modification-API.patch
index 6dbb9e7e65..b364107ae4 100644
--- a/patches/api/0475-Registry-Modification-API.patch
+++ b/patches/api/0475-Registry-Modification-API.patch
@@ -790,7 +790,7 @@ index 0000000000000000000000000000000000000000..11d19e339c7c62f2eb4467277552c27e
+record TagKeyImpl<T>(RegistryKey<T> registryKey, Key key) implements TagKey<T> {
+}
diff --git a/src/main/java/org/bukkit/Registry.java b/src/main/java/org/bukkit/Registry.java
-index 36a8f6082f111a1cbb25e0ff3c968a89f02611a0..ff4997c6c5cecf7caf957e1aedaafb22df647e7d 100644
+index fcc9664fd1fe081c9c70bcd7e511c60d987b44f9..8e306d05e372855929d30456ed2d27a04d55ac42 100644
--- a/src/main/java/org/bukkit/Registry.java
+++ b/src/main/java/org/bukkit/Registry.java
@@ -356,6 +356,27 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
@@ -881,10 +881,10 @@ index 36a8f6082f111a1cbb25e0ff3c968a89f02611a0..ff4997c6c5cecf7caf957e1aedaafb22
}
}
diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java
-index 8534478dba8b9bdcb9cd1535fb0be18f8638f8b1..732f4f2eafd5c8bf676c963c689cfd0f7e1c1502 100644
+index 31217b38e769f97801fa1afefeb223d1c755cabd..9bdba60fa96edbc4be5dcf54a815579db887048b 100644
--- a/src/main/java/org/bukkit/UnsafeValues.java
+++ b/src/main/java/org/bukkit/UnsafeValues.java
-@@ -279,4 +279,6 @@ public interface UnsafeValues {
+@@ -283,4 +283,6 @@ public interface UnsafeValues {
// Paper end - lifecycle event API
@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