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
@@ -177,8 +177,10 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
16
-
15
+
@@ -176,8 +176,10 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
16
+
public final com.destroystokyo.paper.antixray.ChunkPacketBlockController chunkPacketBlockController; // Paper - Anti-Xray
17
17
public final co.aikar.timings.WorldTimingsHandler timings; // Paper
18
18
public static BlockPos lastPhysicsProblem; // Spigot
19
19
- private org.spigotmc.TickLimiter entityLimiter;
@@ -25,7 +25,7 @@ index e845d4af797b8eeb75ab094e1cb1062c7ab2d8b9..16609cd94ae62f1e6d92255a1894ef77
25
25
private int tileTickPosition;
26
26
public final Map<Explosion.CacheKey, Float> explosionDensityCache = new HashMap<>(); // Paper - Optimize explosions
27
27
public java.util.ArrayDeque<net.minecraft.world.level.block.RedstoneTorchBlock.Toggle> redstoneUpdateInfos; // Paper - Move from Map in BlockRedstoneTorch to here
28
-
@@ -372,8 +374,10 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
28
+
@@ -371,8 +373,10 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
29
29
// CraftBukkit end
30
30
timings = new co.aikar.timings.WorldTimingsHandler(this); // Paper - code below can generate new world and access timings
31
31
this.keepSpawnInMemory = this.paperConfig().spawn.keepSpawnLoaded; // Paper
0 commit comments