Ejemplo n.º 1
0
 @Override
 public Chunk getChunkAt(ChunkLocation location) {
   synchronized (chunks) {
     return chunks.get(location);
   }
 }