类 ParallelMapTransform
java.lang.Object
net.minecraft.util.thread.ParallelMapTransform
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static class
(专用程序包) static final record
(专用程序包) static class
(专用程序包) static class
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <K,
U, V> CompletableFuture <Map<K, V>> schedule
(Map<K, U> p_405594_, BiFunction<K, U, V> p_404799_, int p_404974_, Executor p_404942_) static <K,
U, V> CompletableFuture <Map<K, V>> schedule
(Map<K, U> p_405308_, BiFunction<K, U, V> p_405883_, Executor p_404950_)
-
字段详细资料
-
DEFAULT_TASKS_PER_THREAD
private static final int DEFAULT_TASKS_PER_THREAD- 另请参阅:
-
-
构造器详细资料
-
ParallelMapTransform
public ParallelMapTransform()
-
-
方法详细资料
-
schedule
public static <K,U, CompletableFuture<Map<K,V> V>> schedule(Map<K, U> p_405594_, BiFunction<K, U, V> p_404799_, int p_404974_, Executor p_404942_) -
schedule
public static <K,U, CompletableFuture<Map<K,V> V>> schedule(Map<K, U> p_405308_, BiFunction<K, U, V> p_405883_, Executor p_404950_)
-