Uses of Record Class
net.minecraft.data.HashCache.ProviderCache
Packages that use HashCache.ProviderCache
-
Uses of HashCache.ProviderCache in net.minecraft.data
Fields in net.minecraft.data declared as HashCache.ProviderCacheModifier and TypeFieldDescriptionprivate final HashCache.ProviderCache
HashCache.UpdateResult.cache
The field for thecache
record component.private final HashCache.ProviderCache
HashCache.CacheUpdater.oldCache
Fields in net.minecraft.data with type parameters of type HashCache.ProviderCacheModifier and TypeFieldDescriptionprivate final Map<String,
HashCache.ProviderCache> HashCache.caches
private final Map<String,
HashCache.ProviderCache> HashCache.originalCaches
Methods in net.minecraft.data that return HashCache.ProviderCacheModifier and TypeMethodDescriptionHashCache.ProviderCacheBuilder.build()
HashCache.UpdateResult.cache()
Returns the value of thecache
record component.static HashCache.ProviderCache
private static HashCache.ProviderCache
Constructors in net.minecraft.data with parameters of type HashCache.ProviderCacheModifierConstructorDescription(package private)
CacheUpdater
(String p_253971_, String p_254002_, HashCache.ProviderCache p_254244_) UpdateResult
(String providerId, HashCache.ProviderCache cache, int writes) Creates an instance of aUpdateResult
record class.