9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-03 06:12:25 +00:00
This commit is contained in:
Daniel Mills
2020-10-27 05:55:25 -04:00
parent 98b1302b77
commit c65c197fbe
3 changed files with 5 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ class NMSCreator16_2 implements INMSCreator
org.bukkit.generator.ChunkGenerator generator = creator.generator();
final File folder = new File(server.getWorldContainer(), name);
final World world = server.getWorld(name);
if(world != null)
{
return world;

View File

@@ -182,7 +182,7 @@ public interface Hunk<T>
{
return false;
}
default Hunk<T> invertY()
{
return new InvertedHunkView<T>(this);
@@ -588,7 +588,7 @@ public interface Hunk<T>
getSections2D(parallelism, (xx, yy, zz, h, r) -> e.queue(() ->
{
v.accept(xx, yy, zz, h);
synchronized(rq)
{
rq.add(r);