Class Timer<T>

java.lang.Object
net.minecraft.world.timer.Timer<T>

public class Timer<T> extends Object
Mappings:
Namespace Name
official dzw
intermediary net/minecraft/class_236
named net/minecraft/world/timer/Timer
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a:Lorg/slf4j/Logger;
      intermediary field_1315 Lnet/minecraft/class_236;field_1315:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/world/timer/Timer;LOGGER:Lorg/slf4j/Logger;
    • CALLBACK_KEY

      private static final String CALLBACK_KEY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldzw;b:Ljava/lang/String;
      intermediary field_31876 Lnet/minecraft/class_236;field_31876:Ljava/lang/String;
      named CALLBACK_KEY Lnet/minecraft/world/timer/Timer;CALLBACK_KEY:Ljava/lang/String;
    • NAME_KEY

      private static final String NAME_KEY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Ldzw;c:Ljava/lang/String;
      intermediary field_31877 Lnet/minecraft/class_236;field_31877:Ljava/lang/String;
      named NAME_KEY Lnet/minecraft/world/timer/Timer;NAME_KEY:Ljava/lang/String;
    • TRIGGER_TIME_KEY

      private static final String TRIGGER_TIME_KEY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Ldzw;d:Ljava/lang/String;
      intermediary field_31878 Lnet/minecraft/class_236;field_31878:Ljava/lang/String;
      named TRIGGER_TIME_KEY Lnet/minecraft/world/timer/Timer;TRIGGER_TIME_KEY:Ljava/lang/String;
    • callback

      private final TimerCallbackSerializer<T> callback
      Mappings:
      Namespace Name Mixin selector
      official e Ldzw;e:Ldzv;
      intermediary field_1314 Lnet/minecraft/class_236;field_1314:Lnet/minecraft/class_233;
      named callback Lnet/minecraft/world/timer/Timer;callback:Lnet/minecraft/world/timer/TimerCallbackSerializer;
    • events

      private final Queue<Timer.Event<T>> events
      Mappings:
      Namespace Name Mixin selector
      official f Ldzw;f:Ljava/util/Queue;
      intermediary field_1313 Lnet/minecraft/class_236;field_1313:Ljava/util/Queue;
      named events Lnet/minecraft/world/timer/Timer;events:Ljava/util/Queue;
    • eventCounter

      private UnsignedLong eventCounter
      Mappings:
      Namespace Name Mixin selector
      official g Ldzw;g:Lcom/google/common/primitives/UnsignedLong;
      intermediary field_1311 Lnet/minecraft/class_236;field_1311:Lcom/google/common/primitives/UnsignedLong;
      named eventCounter Lnet/minecraft/world/timer/Timer;eventCounter:Lcom/google/common/primitives/UnsignedLong;
    • eventsByName

      private final Table<String,Long,Timer.Event<T>> eventsByName
      Mappings:
      Namespace Name Mixin selector
      official h Ldzw;h:Lcom/google/common/collect/Table;
      intermediary field_1312 Lnet/minecraft/class_236;field_1312:Lcom/google/common/collect/Table;
      named eventsByName Lnet/minecraft/world/timer/Timer;eventsByName:Lcom/google/common/collect/Table;
  • Constructor Details

    • Timer

      public Timer(TimerCallbackSerializer<T> timerCallbackSerializer, Stream<com.mojang.serialization.Dynamic<NbtElement>> nbts)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldzw;<init>(Ldzv;Ljava/util/stream/Stream;)V
      intermediary <init> Lnet/minecraft/class_236;<init>(Lnet/minecraft/class_233;Ljava/util/stream/Stream;)V
      named <init> Lnet/minecraft/world/timer/Timer;<init>(Lnet/minecraft/world/timer/TimerCallbackSerializer;Ljava/util/stream/Stream;)V
    • Timer

      public Timer(TimerCallbackSerializer<T> timerCallbackSerializer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldzw;<init>(Ldzv;)V
      intermediary <init> Lnet/minecraft/class_236;<init>(Lnet/minecraft/class_233;)V
      named <init> Lnet/minecraft/world/timer/Timer;<init>(Lnet/minecraft/world/timer/TimerCallbackSerializer;)V
  • Method Details

    • createEventComparator

      private static <T> Comparator<Timer.Event<T>> createEventComparator()
      Mappings:
      Namespace Name Mixin selector
      official c Ldzw;c()Ljava/util/Comparator;
      intermediary method_987 Lnet/minecraft/class_236;method_987()Ljava/util/Comparator;
      named createEventComparator Lnet/minecraft/world/timer/Timer;createEventComparator()Ljava/util/Comparator;
    • processEvents

      public void processEvents(T server, long time)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a(Ljava/lang/Object;J)V
      intermediary method_988 Lnet/minecraft/class_236;method_988(Ljava/lang/Object;J)V
      named processEvents Lnet/minecraft/world/timer/Timer;processEvents(Ljava/lang/Object;J)V
    • setEvent

      public void setEvent(String name, long triggerTime, TimerCallback<T> callback)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a(Ljava/lang/String;JLdzu;)V
      intermediary method_985 Lnet/minecraft/class_236;method_985(Ljava/lang/String;JLnet/minecraft/class_234;)V
      named setEvent Lnet/minecraft/world/timer/Timer;setEvent(Ljava/lang/String;JLnet/minecraft/world/timer/TimerCallback;)V
    • remove

      public int remove(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a(Ljava/lang/String;)I
      intermediary method_22593 Lnet/minecraft/class_236;method_22593(Ljava/lang/String;)I
      named remove Lnet/minecraft/world/timer/Timer;remove(Ljava/lang/String;)I
    • getEventNames

      public Set<String> getEventNames()
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a()Ljava/util/Set;
      intermediary method_22592 Lnet/minecraft/class_236;method_22592()Ljava/util/Set;
      named getEventNames Lnet/minecraft/world/timer/Timer;getEventNames()Ljava/util/Set;
    • addEvent

      private void addEvent(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a(Lqp;)V
      intermediary method_986 Lnet/minecraft/class_236;method_986(Lnet/minecraft/class_2487;)V
      named addEvent Lnet/minecraft/world/timer/Timer;addEvent(Lnet/minecraft/nbt/NbtCompound;)V
    • serialize

      private NbtCompound serialize(Timer.Event<T> event)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzw;a(Ldzw$a;)Lqp;
      intermediary method_980 Lnet/minecraft/class_236;method_980(Lnet/minecraft/class_236$class_237;)Lnet/minecraft/class_2487;
      named serialize Lnet/minecraft/world/timer/Timer;serialize(Lnet/minecraft/world/timer/Timer$Event;)Lnet/minecraft/nbt/NbtCompound;
    • toNbt

      public NbtList toNbt()
      Mappings:
      Namespace Name Mixin selector
      official b Ldzw;b()Lqv;
      intermediary method_982 Lnet/minecraft/class_236;method_982()Lnet/minecraft/class_2499;
      named toNbt Lnet/minecraft/world/timer/Timer;toNbt()Lnet/minecraft/nbt/NbtList;