Class BlockPattern.CacheLoader

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader

        com.google.common.cache.CacheLoader.InvalidCacheLoadException, com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheLoader​(IWorldReader p_i48983_1_, boolean p_i48983_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CachedBlockInfo load​(BlockPos p_load_1_)  
      • Methods inherited from class com.google.common.cache.CacheLoader

        asyncReloading, from, from, loadAll, reload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loadChunks

        private final boolean loadChunks
    • Constructor Detail

      • CacheLoader

        public CacheLoader​(IWorldReader p_i48983_1_,
                           boolean p_i48983_2_)