Uses of Record Class
net.minecraft.util.thread.AsyncHelper.Future
Packages that use AsyncHelper.Future
-
Uses of AsyncHelper.Future in net.minecraft.util.thread
Fields in net.minecraft.util.thread declared as AsyncHelper.FutureModifier and TypeFieldDescriptionprivate final AsyncHelper.Future<K, U, V> AsyncHelper.Batcher.entryMethods in net.minecraft.util.thread with parameters of type AsyncHelper.FutureModifier and TypeMethodDescriptionprotected CompletableFuture<Map<K, V>> AsyncHelper.Batch.addLastTask(CompletableFuture<?> future, AsyncHelper.Future<K, U, V> entry) protected abstract CompletableFuture<Map<K, V>> AsyncHelper.Batcher.addLastTask(CompletableFuture<?> future, AsyncHelper.Future<K, U, V> entry) protected CompletableFuture<Map<K, V>> AsyncHelper.Single.addLastTask(CompletableFuture<?> future, AsyncHelper.Future<K, U, V> entry) protected CompletableFuture<?> AsyncHelper.Batch.newBatch(AsyncHelper.Future<K, U, V> futures, int size, int maxCount, Executor executor) protected abstract CompletableFuture<?> AsyncHelper.Batcher.newBatch(AsyncHelper.Future<K, U, V> futures, int size, int maxCount, Executor executor) protected CompletableFuture<?> AsyncHelper.Single.newBatch(AsyncHelper.Future<K, U, V> futures, int size, int maxCount, Executor executor) private static <K,U, V> Runnable AsyncHelper.Batch.newTask(Map<K, V> futures, int size, int maxCount, AsyncHelper.Future<K, U, V> entry)