Package net.minecraft.client.world
Interface DataCache.CacheContext<C extends DataCache.CacheContext<C>>
- All Known Implementing Classes:
 ClientWorld
- Enclosing class:
 DataCache<C extends DataCache.CacheContext<C>,D> 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface
@Environment(CLIENT)
public static interface DataCache.CacheContext<C extends DataCache.CacheContext<C>>
- Mappings:
 Namespace Name named net/minecraft/client/world/DataCache$CacheContextintermediary net/minecraft/class_10719$class_10720official grd$a
- 
Method Summary
 
- 
Method Details
- 
registerForCleaning
- Mappings:
 Namespace Name Mixin selector named registerForCleaningLnet/minecraft/client/world/DataCache$CacheContext;registerForCleaning(Lnet/minecraft/client/world/DataCache;)Vintermediary registerForCleaningLnet/minecraft/class_10719$class_10720;registerForCleaning(Lnet/minecraft/class_10719;)Vofficial registerForCleaningLgrd$a;registerForCleaning(Lgrd;)V
 
 -