Creates a new tick schedule.
The amount of ticks to wait before the schedule is complete.
The world or dimension to schedule the tick in.
Readonly
The callbacks to call when the schedule is complete.
The tick at which the schedule will be complete.
Cancels the schedule.
Executes all the callbacks in the schedule.
Adds a callback to the schedule.
The callback to add.
Creates a new tick schedule.