net.minecraft.world.timer

public class Timer$Event<T>

net.minecraft.world.level.timers.TimerQueue$Event
net.minecraft.class_236$class_237
net.minecraft.world.timer.Timer$Event

Field summary

Modifier and TypeField
public final long
triggerTime
field_1318
triggerTime
public final com.google.common.primitives.UnsignedLong
sequentialId
field_1319
id
public final String
id
field_1317
name
public final TimerCallback<T>
callback
field_1316
callback

Constructor summary

ModifierConstructor
private (long triggerTime, com.google.common.primitives.UnsignedLong id, String name, TimerCallback<T> callback)