Deprecate more Timings things for removal (#11126)

This commit is contained in:
Riley Park 2024-07-20 19:40:41 -07:00 committed by GitHub
parent 7e91a2c3ab
commit 3a47518b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 112 additions and 74 deletions

View file

@ -78,10 +78,10 @@ index 943f8881ea23481ea5d5125b6ec7c9c6f763f0b0..8b52e9a41ea9ba38117d42224811ff28
* Create a new virtual {@link WorldBorder}.
* <p>
diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java
index 460b94538a990a5d136c0c07166887940347c6e2..3c8b0fa78f29b99b9ca092e73732d3001ea66184 100644
index 64be4e60a03cb7cdc21013837d241d288695b69d..0231b79d96d535e0ae37296b3e806844740783ca 100644
--- a/src/main/java/org/bukkit/UnsafeValues.java
+++ b/src/main/java/org/bukkit/UnsafeValues.java
@@ -177,5 +177,10 @@ public interface UnsafeValues {
@@ -181,5 +181,10 @@ public interface UnsafeValues {
* Use this when sending custom packets, so that there are no collisions on the client or server.
*/
public int nextEntityId();