Move getTypeIfLoaded and friends to IBlockAccess (#2077)
This commit is contained in:
@@ -1124,7 +1124,7 @@ index da903f74b6..aa35e0d061 100644
|
||||
c(iblockdata, world, blockposition);
|
||||
world.a(blockposition, false);
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index 70e5552cd9..d20077892b 100644
|
||||
index 163d7f37c9..3425f034c8 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
|
||||
|
||||
Reference in New Issue
Block a user