Interface DataCache.Runner

Enclosing class:
DataCache
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DataCache.Runner
Mappings:
Namespace Name
official je$d
intermediary net/minecraft/class_2408$class_7859
named net/minecraft/data/DataCache$Runner
  • Method Details

    • update

      CompletableFuture<?> update(DataWriter writer)
      Mappings:
      Namespace Name Mixin selector
      official update Lje$d;update(Ljb;)Ljava/util/concurrent/CompletableFuture;
      intermediary update Lnet/minecraft/class_2408$class_7859;update(Lnet/minecraft/class_7403;)Ljava/util/concurrent/CompletableFuture;
      named update Lnet/minecraft/data/DataCache$Runner;update(Lnet/minecraft/data/DataWriter;)Ljava/util/concurrent/CompletableFuture;