Uses of Record Class
net.minecraft.data.DataCache.CachedData
-
Uses of DataCache.CachedData in net.minecraft.data
Modifier and TypeFieldDescriptionprivate final DataCache.CachedData
DataCache.RunResult.cache
The field for thecache
record component.private final DataCache.CachedData
DataCache.CachedDataWriter.oldCache
Modifier and TypeFieldDescriptionprivate final Map<String,
DataCache.CachedData> DataCache.cachedDatas
Modifier and TypeMethodDescriptionDataCache.RunResult.cache()
Returns the value of thecache
record component.static DataCache.CachedData
DataCache.CachedData.parseCache
(Path root, Path dataProviderPath) private static DataCache.CachedData
DataCache.parseOrCreateCache
(Path root, Path dataProviderPath) DataCache.IntermediaryCache.toCachedData()
ModifierConstructorDescription(package private)
CachedDataWriter
(String providerName, String version, DataCache.CachedData oldCache) RunResult
(String string, DataCache.CachedData cachedData, int int2)