mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -59,6 +59,10 @@ public class CraftWorld implements World {
|
|||||||
return world.A.a( x, z );
|
return world.A.a( x, z );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Chunk[] getLoadedChunks() {
|
||||||
|
return world.A.getLoadedChunks();
|
||||||
|
}
|
||||||
|
|
||||||
public void loadChunk(int x, int z) {
|
public void loadChunk(int x, int z) {
|
||||||
world.A.d(x, z);
|
world.A.d(x, z);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user