Uses of Class
net.minecraft.command.TimerCallbackManager.Entry
Packages that use TimerCallbackManager.Entry
-
Uses of TimerCallbackManager.Entry in net.minecraft.command
Fields in net.minecraft.command with type parameters of type TimerCallbackManager.EntryModifier and TypeFieldDescriptionprivate final com.google.common.collect.Table<String,Long, TimerCallbackManager.Entry<T>> TimerCallbackManager.eventsprivate final Queue<TimerCallbackManager.Entry<T>>TimerCallbackManager.queueMethods in net.minecraft.command that return types with arguments of type TimerCallbackManager.EntryModifier and TypeMethodDescriptionprivate static <T> Comparator<TimerCallbackManager.Entry<T>>TimerCallbackManager.createComparator()Methods in net.minecraft.command with parameters of type TimerCallbackManager.EntryModifier and TypeMethodDescriptionprivate CompoundNBTTimerCallbackManager.storeEvent(TimerCallbackManager.Entry<T> p_216332_1_)