Package nallar.tickthreading.minecraft.storage

Examples of nallar.tickthreading.minecraft.storage.RegionFileCache


    this.chunkSaveLocation = file;
    if (file == null) {
      Log.severe("Null chunk save location set for ThreadedChunkLoader", new Throwable());
    }
    chunkCache = CacheBuilder.newBuilder().maximumSize(cacheSize = TickThreading.instance.chunkCacheSize).build();
    regionFileCache = new RegionFileCache(chunkSaveLocation);
  }
View Full Code Here

TOP

Related Classes of nallar.tickthreading.minecraft.storage.RegionFileCache

Copyright © 2018 www.massapicom. 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.