Uses of Interface
net.minecraft.world.timer.TimerCallback
Packages that use TimerCallback
-
Uses of TimerCallback in net.minecraft.world.timer
Classes in net.minecraft.world.timer with type parameters of type TimerCallbackModifier and TypeClassDescriptionstatic class
TimerCallback.Serializer<T,
C extends TimerCallback<T>> Classes in net.minecraft.world.timer that implement TimerCallbackFields in net.minecraft.world.timer declared as TimerCallbackMethods in net.minecraft.world.timer with type parameters of type TimerCallbackModifier and TypeMethodDescriptionprivate <T extends TimerCallback<C>>
TimerCallback.Serializer<C, T> TimerCallbackSerializer.getSerializer
(Class<?> clazz) <T extends TimerCallback<C>>
NbtCompoundTimerCallbackSerializer.serialize
(T callback) Methods in net.minecraft.world.timer that return TimerCallbackMethods in net.minecraft.world.timer with parameters of type TimerCallbackModifier and TypeMethodDescriptionvoid
Timer.setEvent
(String name, long triggerTime, TimerCallback<T> callback) Constructors in net.minecraft.world.timer with parameters of type TimerCallbackModifierConstructorDescription(package private)
Event
(long triggerTime, UnsignedLong id, String name, TimerCallback<T> callback)