Package net.minecraft.world.level.timers
Class TimerQueue.Event<T>
java.lang.Object
net.minecraft.world.level.timers.TimerQueue.Event<T>
- Enclosing class:
TimerQueue<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TimerCallback<T> final Stringfinal com.google.common.primitives.UnsignedLongfinal long -
Constructor Summary
ConstructorsConstructorDescriptionEvent(long triggerTime, com.google.common.primitives.UnsignedLong sequentialId, String id, TimerCallback<T> callback) -
Method Summary
-
Field Details
-
triggerTime
public final long triggerTime -
sequentialId
public final com.google.common.primitives.UnsignedLong sequentialId -
id
-
callback
-
-
Constructor Details
-
Event
Event(long triggerTime, com.google.common.primitives.UnsignedLong sequentialId, String id, TimerCallback<T> callback)
-