Uses of Class
net.minecraft.world.timer.Timer.Event
| Package | Description |
|---|---|
| net.minecraft.world.timer |
-
Uses of Timer.Event in net.minecraft.world.timer
Fields in net.minecraft.world.timer with type parameters of type Timer.Event Modifier and Type Field Description private Queue<Timer.Event<T>>Timer. eventsprivate Table<String,Long,Timer.Event<T>>Timer. eventsByNameMethods in net.minecraft.world.timer that return types with arguments of type Timer.Event Modifier and Type Method Description private static <T> Comparator<Timer.Event<T>>Timer. createEventComparator()Methods in net.minecraft.world.timer with parameters of type Timer.Event Modifier and Type Method Description private NbtCompoundTimer. serialize(Timer.Event<T> event)