public class TaskManager<K, T extends Task<K, T>, R>
| acw | |
| net.minecraft.class_3454 | |
| net.minecraft.util.TaskManager | |
| net.minecraft.util.TaskManager | |
| net.minecraft.util.TaskManager |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private static final org.apache.logging.log4j.Logger |
| ||||||||||
| private final Scheduler<K, T, R> |
| ||||||||||
| private boolean |
| ||||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Scheduler<K, T, R> scheduler) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||||
| public void |
| ||||||||||
| public CompletableFuture<R> |
| ||||||||||
| public CompletableFuture<R> |
|