You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,7 +52,8 @@ public int provide(@NotNull UUID entityUUID, @NotNull EntityType entityType) {
49
52
* and platform.
50
53
* Logic:
51
54
* <ul>
52
-
* <li>Paper (1.16+): Use `{@link UnsafeValues#nextEntityId()}`. (Paper API)</li>
55
+
* <li>Paper (1.16 until 26.1): Use `{@link UnsafeValues#nextEntityId()}`. (Paper API)</li>
56
+
* <li>Paper 26.2 and ab ove: Uses the updated signature of `{@link UnsafeValues#nextEntityId()}` with the first World in `{@link Bukkit#getWorlds()}` which should be overworld </li>
53
57
* <li>1.14+: Access `AtomicInteger` field ("entityCount", "d", "c").</li>
54
58
* <li>1.8+: Access legacy `int` field "entityCount".</li>
0 commit comments