Uses of Record Class
net.minecraft.data.DataCache.CachedData
Packages that use DataCache.CachedData
-
Uses of DataCache.CachedData in net.minecraft.data
Fields in net.minecraft.data declared as DataCache.CachedDataModifier and TypeFieldDescriptionprivate final DataCache.CachedData
DataCache.RunResult.cache
The field for thecache
record component.private final DataCache.CachedData
DataCache.CachedDataWriter.oldCache
Fields in net.minecraft.data with type parameters of type DataCache.CachedDataModifier and TypeFieldDescriptionprivate final Map
<String, DataCache.CachedData> DataCache.cachedDatas
Methods in net.minecraft.data that return DataCache.CachedDataModifier 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()
Constructors in net.minecraft.data with parameters of type DataCache.CachedDataModifierConstructorDescription(package private)
CachedDataWriter
(String providerName, String version, DataCache.CachedData oldCache) RunResult
(String string, DataCache.CachedData cachedData, int int2)