Package net.minecraft.util.thread
Interface FutureQueue
- All Known Implementing Classes:
MessageChainTaskQueue
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface that can enqueue completable futures.
- Mappings:
Namespace Name official amy
intermediary net/minecraft/class_7620
named net/minecraft/util/thread/FutureQueue
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A functional interface supplying the queued future toFutureQueue
. -
Field Summary
-
Method Summary
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER- Mappings:
Namespace Name Mixin selector official a
Lamy;a:Lorg/slf4j/Logger;
intermediary field_39831
Lnet/minecraft/class_7620;field_39831:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/util/thread/FutureQueue;LOGGER:Lorg/slf4j/Logger;
-
NOOP
- Mappings:
Namespace Name Mixin selector official b
Lamy;b:Lamy;
intermediary field_39832
Lnet/minecraft/class_7620;field_39832:Lnet/minecraft/class_7620;
named NOOP
Lnet/minecraft/util/thread/FutureQueue;NOOP:Lnet/minecraft/util/thread/FutureQueue;
-
-
Method Details
-
append
- Mappings:
Namespace Name Mixin selector official append
Lamy;append(Lamy$a;)V
intermediary append
Lnet/minecraft/class_7620;append(Lnet/minecraft/class_7620$class_7621;)V
named append
Lnet/minecraft/util/thread/FutureQueue;append(Lnet/minecraft/util/thread/FutureQueue$FutureSupplier;)V
-