类 TimerQueue<T>

java.lang.Object
net.minecraft.world.level.timers.TimerQueue<T>

public class TimerQueue<T> extends Object
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • CALLBACK_DATA_TAG

      private static final String CALLBACK_DATA_TAG
      另请参阅:
    • TIMER_NAME_TAG

      private static final String TIMER_NAME_TAG
      另请参阅:
    • TIMER_TRIGGER_TIME_TAG

      private static final String TIMER_TRIGGER_TIME_TAG
      另请参阅:
    • callbacksRegistry

      private final TimerCallbacks<T> callbacksRegistry
    • queue

      private final Queue<TimerQueue.Event<T>> queue
    • sequentialId

      private com.google.common.primitives.UnsignedLong sequentialId
    • events

      private final com.google.common.collect.Table<String,Long,TimerQueue.Event<T>> events
  • 构造器详细资料

    • TimerQueue

      public TimerQueue(TimerCallbacks<T> p_82249_, Stream<? extends com.mojang.serialization.Dynamic<?>> p_82250_)
    • TimerQueue

      public TimerQueue(TimerCallbacks<T> p_82247_)
  • 方法详细资料