Uses of Record Class
net.minecraft.client.render.model.FutureModel.Future
Packages that use FutureModel.Future
-
Uses of FutureModel.Future in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as FutureModel.FutureMethods in net.minecraft.client.render.model with parameters of type FutureModel.FutureModifier and TypeMethodDescriptionprotected CompletableFuture<Map<K, V>> FutureModel.Batch.addLastTask(CompletableFuture<?> future, FutureModel.Future<K, U, V> entry) protected abstract CompletableFuture<Map<K, V>> FutureModel.Entry.addLastTask(CompletableFuture<?> future, FutureModel.Future<K, U, V> entry) protected CompletableFuture<Map<K, V>> FutureModel.Single.addLastTask(CompletableFuture<?> future, FutureModel.Future<K, U, V> entry) protected CompletableFuture<?> protected abstract CompletableFuture<?> protected CompletableFuture<?> private static <K,U, V> Runnable FutureModel.Batch.newTask(Map<K, V> futures, int size, int maxCount, FutureModel.Future<K, U, V> entry)