Package net.minecraft.util
Class FutureChain
java.lang.Object
net.minecraft.util.FutureChain
- All Implemented Interfaces:
- AutoCloseable,- TaskChainer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> voidappend(CompletableFuture<T> p_307286_, Consumer<T> p_307337_) voidclose()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.TaskChainerappend
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
head
- 
executor
- 
closedprivate volatile boolean closed
 
- 
- 
Constructor Details- 
FutureChain
 
- 
- 
Method Details- 
append- Specified by:
- appendin interface- TaskChainer
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-