skipTimeSmoothly
Skips time smoothly in a given world by adding the specified amount of time. Suspends the coroutine until the time skip operation is complete.
Return
the TimeSkipResult
Parameters
the world in which to skip time
the amount of time to add (in ticks)
Smoothly skips time in the specified world by adding the given time for the specified duration.
Return
a Result object representing the result of the time skip operation
Parameters
the world in which to skip time
the amount of time to add
the duration of the time skip operation
Smoothly skips time in the specified Minecraft world based on the given skip operation.
Return
A Result object that contains the result of the time skip operation.
Parameters
The Minecraft world in which to skip time.
The type of time skip operation to perform. Use one of the skip operation constants defined in the SkipOperations class.
See also
Skips time smoothly in the specified worlds.
Return
a map containing the result of the time skip operation for each world, with the world as the key and the result as the value
Parameters
the amount of time to add to each world
Skip time smoothly by adding a specified amount of time to each world for a given duration.
Return
a map containing the results of the time skip operation for each world, where the key is the world and the value is the result of the operation
Parameters
the amount of time to add to each world
the duration of the time skip operation
Skips time smoothly in a Minecraft world based on the specified skip operation.
Return
A map associating each affected world with the result of the time skip operation. The result is represented by the < class.
Parameters
The skip operation to calculate the time interval to skip. It should implement the SkipOperations.SkipOperation functional interface.