Uses of Interface
net.minecraft.world.timer.TimerCallback
| Package | Description |
|---|---|
| net.minecraft.world.timer |
-
Uses of TimerCallback in net.minecraft.world.timer
Classes in net.minecraft.world.timer with type parameters of type TimerCallback Modifier and Type Class Description static classTimerCallback.Serializer<T,C extends TimerCallback<T>>Classes in net.minecraft.world.timer that implement TimerCallback Modifier and Type Class Description classFunctionTagTimerCallbackclassFunctionTimerCallbackFields in net.minecraft.world.timer declared as TimerCallback Modifier and Type Field Description TimerCallback<T>Timer.Event. callbackMethods in net.minecraft.world.timer with type parameters of type TimerCallback Modifier and Type Method Description private <T extends TimerCallback<C>>
TimerCallback.Serializer<C,T>TimerCallbackSerializer. getSerializer(Class<?> class2)<T extends TimerCallback<C>>
NbtCompoundTimerCallbackSerializer. serialize(T callback)Methods in net.minecraft.world.timer that return TimerCallback Modifier and Type Method Description @Nullable TimerCallback<C>TimerCallbackSerializer. deserialize(NbtCompound nbt)Methods in net.minecraft.world.timer with parameters of type TimerCallback Modifier and Type Method Description voidTimer. setEvent(String name, long triggerTime, TimerCallback<T> callback)Constructors in net.minecraft.world.timer with parameters of type TimerCallback Constructor Description Event(long triggerTime, UnsignedLong id, String name, TimerCallback<T> callback)