Package net.minecraft.util.thread
Class AsyncHelper
java.lang.Object
net.minecraft.util.thread.AsyncHelper
- Mappings:
Namespace Name named net/minecraft/util/thread/AsyncHelper
intermediary net/minecraft/class_10769
official btt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
private static final record
private static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
U, V> CompletableFuture <Map<K, V>> mapValues
(Map<K, U> futures, BiFunction<K, U, V> function, int batchSize, Executor executor) static <K,
U, V> CompletableFuture <Map<K, V>> mapValues
(Map<K, U> futures, BiFunction<K, U, V> function, Executor executor)
-
Field Details
-
Constructor Details
-
Method Details
-
mapValues
public static <K,U, CompletableFuture<Map<K,V> V>> mapValues(Map<K, U> futures, BiFunction<K, U, V> function, int batchSize, Executor executor) - Mappings:
Namespace Name Mixin selector named mapValues
Lnet/minecraft/util/thread/AsyncHelper;mapValues(Ljava/util/Map;Ljava/util/function/BiFunction;ILjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
intermediary method_67611
Lnet/minecraft/class_10769;method_67611(Ljava/util/Map;Ljava/util/function/BiFunction;ILjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
official a
Lbtt;a(Ljava/util/Map;Ljava/util/function/BiFunction;ILjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-
mapValues
public static <K,U, CompletableFuture<Map<K,V> V>> mapValues(Map<K, U> futures, BiFunction<K, U, V> function, Executor executor) - Mappings:
Namespace Name Mixin selector named mapValues
Lnet/minecraft/util/thread/AsyncHelper;mapValues(Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
intermediary method_67612
Lnet/minecraft/class_10769;method_67612(Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
official a
Lbtt;a(Ljava/util/Map;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
-