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 that implement TimerCallbackFields in net.minecraft.world.level.timers declared as TimerCallbackFields in net.minecraft.world.level.timers with type parameters of type TimerCallbackModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec
<TimerCallback<C>> TimerCallbacks.codec
private final ExtraCodecs.LateBoundIdMapper
<ResourceLocation, com.mojang.serialization.MapCodec<? extends TimerCallback<C>>> TimerCallbacks.idMapper
Methods in net.minecraft.world.level.timers that return types with arguments of type TimerCallbackModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends TimerCallback<T>> TimerCallback.codec()
com.mojang.serialization.Codec
<TimerCallback<C>> TimerCallbacks.codec()
Methods in net.minecraft.world.level.timers with parameters of type TimerCallbackModifier and TypeMethodDescriptionvoid
TimerQueue.schedule
(String pId, long pTriggerTime, TimerCallback<T> pCallback) Method parameters in net.minecraft.world.level.timers with type arguments of type TimerCallbackModifier and TypeMethodDescriptionTimerCallbacks.register
(ResourceLocation pName, com.mojang.serialization.MapCodec<? extends TimerCallback<C>> pCodec) Constructors in net.minecraft.world.level.timers with parameters of type TimerCallbackModifierConstructorDescription(package private)
Event
(long pTriggerTime, UnsignedLong pSequentialId, String pId, TimerCallback<T> pCallback)