Improve chunk loaded checks

This commit is contained in:
Spottedleaf
2019-06-10 17:29:30 -07:00
parent 0616199cad
commit 522cb2b4d1
19 changed files with 94 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ Optimize to check if the captured list even has values in it, and also to
just do a get call since the value can never be null.
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 0324191551..177ea8f4cd 100644
index 988f778f19..469d967a43 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -0,0 +0,0 @@ public abstract class World implements IIBlockAccess, GeneratorAccess, AutoClose