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$CacheContext
intermediary net/minecraft/class_10719$class_10720
official glh$a
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     
  • Method Details Link icon

    • registerForCleaning Link icon

      void registerForCleaning(DataCache<C,?> dataCache)
      Mappings:
      Namespace Name Mixin selector
      named registerForCleaning Lnet/minecraft/client/world/DataCache$CacheContext;registerForCleaning(Lnet/minecraft/client/world/DataCache;)V
      intermediary registerForCleaning Lnet/minecraft/class_10719$class_10720;registerForCleaning(Lnet/minecraft/class_10719;)V
      official registerForCleaning Lglh$a;registerForCleaning(Lglh;)V