Uses of Class
net.minecraft.world.level.timers.TimerQueue.Event
Packages that use TimerQueue.Event
-
Uses of TimerQueue.Event in net.minecraft.world.level.timers
Fields in net.minecraft.world.level.timers with type parameters of type TimerQueue.EventModifier and TypeFieldDescriptionprivate final com.google.common.collect.Table<String,
Long, TimerQueue.Event<T>> TimerQueue.events
private final Queue<TimerQueue.Event<T>>
TimerQueue.queue
Methods in net.minecraft.world.level.timers that return types with arguments of type TimerQueue.EventModifier and TypeMethodDescriptionprivate static <T> Comparator<TimerQueue.Event<T>>
TimerQueue.createComparator()
Methods in net.minecraft.world.level.timers with parameters of type TimerQueue.EventModifier and TypeMethodDescriptionprivate CompoundTag
TimerQueue.storeEvent
(TimerQueue.Event<T> p_82255_)