diff options
author | Riley Park <[email protected]> | 2024-07-20 19:40:41 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-20 19:40:41 -0700 |
commit | 3a47518b4bc5252d1204c7ee59098f6b4d247290 (patch) | |
tree | ec9ce0def197c901b5875b816ddf47b02133bc2d /patches/api/0358-Add-NamespacedKey-biome-methods.patch | |
parent | 7e91a2c3abb438a3ac55b5abfc894486ed5f397f (diff) | |
download | Paper-3a47518b4bc5252d1204c7ee59098f6b4d247290.tar.gz Paper-3a47518b4bc5252d1204c7ee59098f6b4d247290.zip |
Deprecate more Timings things for removal (#11126)
Diffstat (limited to 'patches/api/0358-Add-NamespacedKey-biome-methods.patch')
-rw-r--r-- | patches/api/0358-Add-NamespacedKey-biome-methods.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0358-Add-NamespacedKey-biome-methods.patch b/patches/api/0358-Add-NamespacedKey-biome-methods.patch index 905732a22d..adc8f6a1e2 100644 --- a/patches/api/0358-Add-NamespacedKey-biome-methods.patch +++ b/patches/api/0358-Add-NamespacedKey-biome-methods.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Add NamespacedKey biome methods Co-authored-by: Thonk <[email protected]> diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java -index 528e98a438676fbb6ae0468b8ab8387a6a5c6e7a..7e2a88fc1c73e3991100530d4a45872ba9f90843 100644 +index 3aeac7b102f7c6e6186d168294ea73ff022f9349..4f3e6e2698b28922e7b6448eddd5b166f4631759 100644 --- a/src/main/java/org/bukkit/UnsafeValues.java +++ b/src/main/java/org/bukkit/UnsafeValues.java -@@ -225,4 +225,33 @@ public interface UnsafeValues { +@@ -229,4 +229,33 @@ public interface UnsafeValues { */ @org.jetbrains.annotations.NotNull org.bukkit.attribute.Attributable getDefaultEntityAttributes(@org.jetbrains.annotations.NotNull NamespacedKey entityKey); // Paper end |