Class HashCache

java.lang.Object
net.minecraft.data.HashCache

public class HashCache extends Object
  • Field Details

    • LOGGER

      private static final org.slf4j.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