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.

@FunctionalInterface public interface FutureQueue
A functional interface that can enqueue completable futures.
Mappings:
Namespace Name
official amy
intermediary net/minecraft/class_7620
named net/minecraft/util/thread/FutureQueue
  • Field Details

    • LOGGER

      static final 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

      static final FutureQueue 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

      void append(FutureQueue.FutureSupplier future)
      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