CLASS net/minecraft/class_7620 net/minecraft/util/thread/FutureQueue COMMENT A functional interface that can enqueue completable futures. FIELD field_39831 LOGGER Lorg/slf4j/Logger; FIELD field_39832 NOOP Lnet/minecraft/class_7620; METHOD append (Lnet/minecraft/class_7620$class_7621;)V ARG 1 future METHOD method_44905 (Lnet/minecraft/class_7620$class_7621;)V ARG 0 future METHOD method_44906 (Ljava/lang/Throwable;)Ljava/lang/Object; ARG 0 throwable CLASS class_7621 FutureSupplier COMMENT A functional interface supplying the queued future to {@link FutureQueue}.