Package net.minecraft.util
Class FutureChain
java.lang.Object
net.minecraft.util.FutureChain
- All Implemented Interfaces:
AutoCloseable
,TaskChainer
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.TaskChainer
TaskChainer.DelayedTask
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Executor
private boolean
private CompletableFuture<?>
private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
head
-
checkedExecutor
-
closed
private volatile boolean closed
-
-
Constructor Details
-
FutureChain
-
-
Method Details
-
append
- Specified by:
append
in interfaceTaskChainer
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-