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 TypeFieldDescription(package private) final HashCache.ProviderCache
HashCache.CacheUpdater.newCache
private final HashCache.ProviderCache
HashCache.CacheUpdater.oldCache
Fields in net.minecraft.data with type parameters of type HashCache.ProviderCacheModifier and TypeFieldDescriptionprivate final Map<DataProvider,
HashCache.ProviderCache> HashCache.existingCaches
Methods in net.minecraft.data that return HashCache.ProviderCacheModifier and TypeMethodDescriptionstatic HashCache.ProviderCache
private static HashCache.ProviderCache
Constructors in net.minecraft.data with parameters of type HashCache.ProviderCacheModifierConstructorDescription(package private)
CacheUpdater
(String p_236117_, HashCache.ProviderCache p_236118_)