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<?> pClazz) <T extends TimerCallback<C>>
CompoundTagTimerCallbacks.serialize
(T pCallback) 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 pId, long pTriggerTime, TimerCallback<T> pCallback) 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_)