Examples of RetroChunkCoord


Examples of cofh.core.world.TickHandlerWorld.RetroChunkCoord

      if (chunks == null) {
        TickHandlerWorld.chunksToGen.put(dim, new ArrayDeque<RetroChunkCoord>(128));
        chunks = TickHandlerWorld.chunksToGen.get(dim);
      }
      if (chunks != null) {
        chunks.addLast(new RetroChunkCoord(cCoord, list));
        TickHandlerWorld.chunksToGen.put(dim, chunks);
      }
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.