net.minecraft.data

record DataCache$CachedData

net.minecraft.data.HashCache$ProviderCache
net.minecraft.class_2408$class_7405
net.minecraft.data.DataCache$CachedData

Field summary

Modifier and TypeField
private final String
version
comp_729
version
private final com.google.common.collect.ImmutableMap<Path, com.google.common.hash.HashCode>
data
comp_730
data

Constructor summary

ModifierConstructor
private (String version, com.google.common.collect.ImmutableMap<Path, com.google.common.hash.HashCode> data)

Method summary

Modifier and TypeMethod
public com.google.common.hash.HashCode
get(Path path)
method_43357(Path arg0)
get(Path path)
public int
count()
method_43356()
size()
public static DataCache$CachedData
load(Path rootDir, Path cacheFile)
method_43359(Path arg0, Path arg1)
parseCache(Path root, Path dataProviderPath)
public void
save(Path rootDir, Path cacheFile, String extraHeaderInfo)
method_43360(Path arg0, Path arg1, String arg2)
write(Path root, Path dataProviderPath, String description)
public String
version()
comp_729()
version()
public com.google.common.collect.ImmutableMap<Path, com.google.common.hash.HashCode>
data()
comp_730()
data()
private static void
lambda$load$0(com.google.common.collect.ImmutableMap$Builder arg0, Path arg1, String arg2)
method_43361(com.google.common.collect.ImmutableMap$Builder arg0, Path arg1, String arg2)
method_43361(com.google.common.collect.ImmutableMap$Builder arg0, Path arg1, String line)