Protected
constructorReadonly
currentRepresents the current world tick of the server.
Readonly
eventsContains a set of events that are applicable for the lifecycle of items in the Minecraft system.
Function callback to run when the tickDelay time criteria is met.
An opaque identifier that can be used with the clearRun
function to cancel the execution of this run.
Runs a specified function at a future time. This is frequently used to implement delayed behaviors and game loops.
Function callback to run on the specified schedule.
Optional
tickInterval: numberThe number of ticks to run this function within - run this
function every tickInterval
ticks.
An opaque identifier that can be used with the
clearRunSchedule
function to cancel the execution of this
scheduled run.
Runs a specified function at a scheduled interval. This is frequently used to implement delayed behaviors and game loops.
A class that provides system-level events and functions.