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 classTimerCallback.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<?> clazz) <T extends TimerCallback<C>>
CompoundTagTimerCallbacks.serialize(T callback) Methods in net.minecraft.world.level.timers that return TimerCallbackMethods in net.minecraft.world.level.timers with parameters of type TimerCallbackModifier and TypeMethodDescriptionvoidTimerQueue.schedule(String id, long triggerTime, TimerCallback<T> callback) Constructors in net.minecraft.world.level.timers with parameters of type TimerCallbackModifierConstructorDescription(package private)Event(long triggerTime, com.google.common.primitives.UnsignedLong sequentialId, String id, TimerCallback<T> callback)