Class DirectoryCache

java.lang.Object
net.minecraft.data.DirectoryCache

public class DirectoryCache extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • path

      private final Path path
    • cachePath

      private final Path cachePath
    • hits

      private int hits
    • oldCache

      private final Map<Path,String> oldCache
    • newCache

      private final Map<Path,String> newCache
    • keep

      private final Set<Path> keep
  • Constructor Details

  • Method Details