Uses of Class
net.minecraft.client.world.DataCache
Packages that use DataCache
-
Uses of DataCache in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type DataCacheModifier and TypeFieldDescriptionprivate final List<WeakReference<DataCache<?, ?>>> ClientPlayNetworkHandler.cachedDataMethods in net.minecraft.client.network with parameters of type DataCacheModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.registerForCleaning(DataCache<?, ?> dataCache) -
Uses of DataCache in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type DataCacheModifier and TypeMethodDescriptionvoidClientWorld.registerForCleaning(DataCache<ClientWorld, ?> dataCache) voidDataCache.CacheContext.registerForCleaning(DataCache<C, ?> dataCache)