Package dev.latvian.mods.kubejs.util
Class ScheduledEvents
java.lang.Object
dev.latvian.mods.kubejs.util.ScheduledEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear(int id) schedule(long timer, boolean ofTicks, boolean repeating, ScheduledEvents.Callback callback) schedule(TemporalAmount timer, boolean repeating, ScheduledEvents.Callback callback) voidtickAll(long nowTicks)
-
Field Details
-
factory
-
events
-
futureEvents
-
nextId
-
currentMillis
public long currentMillis -
currentTick
public long currentTick
-
-
Constructor Details
-
ScheduledEvents
-
-
Method Details
-
schedule
public ScheduledEvents.ScheduledEvent schedule(TemporalAmount timer, boolean repeating, ScheduledEvents.Callback callback) -
schedule
public ScheduledEvents.ScheduledEvent schedule(long timer, boolean ofTicks, boolean repeating, ScheduledEvents.Callback callback) -
tickAll
public void tickAll(long nowTicks) -
clear
public void clear(int id)
-