Uses of Interface
net.minecraft.world.level.timers.TimerCallback
Packages that use TimerCallback
-
Uses of TimerCallback in net.minecraft.world.level.timers
Classes in net.minecraft.world.level.timers with type parameters of type TimerCallbackModifier and TypeClassDescriptionstatic class
TimerCallback.Serializer<T,
C extends TimerCallback<T>> Classes in net.minecraft.world.level.timers that implement TimerCallbackFields in net.minecraft.world.level.timers declared as TimerCallbackMethods in net.minecraft.world.level.timers with type parameters of type TimerCallbackModifier and TypeMethodDescriptionprivate <T extends TimerCallback<C>>
TimerCallback.Serializer<C, T> TimerCallbacks.getSerializer
(Class<?> p_82237_) <T extends TimerCallback<C>>
CompoundTagTimerCallbacks.serialize
(T p_82235_) Methods in net.minecraft.world.level.timers that return TimerCallbackMethods in net.minecraft.world.level.timers with parameters of type TimerCallbackModifier and TypeMethodDescriptionvoid
TimerQueue.schedule
(String p_82262_, long p_82263_, TimerCallback<T> p_82264_) Constructors in net.minecraft.world.level.timers with parameters of type TimerCallbackModifierConstructorDescription(package private)
Event
(long p_82278_, com.google.common.primitives.UnsignedLong p_82279_, String p_82280_, TimerCallback<T> p_82281_)