TickEndEvent

Called when a tick ends.

Properties

Link copied to clipboard
abstract val endTime: Long

The approximate time when the tick finished processing, in nanoseconds.

Link copied to clipboard
abstract val tickDuration: Long

The approximate duration of the tick, in nanoseconds.

Link copied to clipboard
abstract val tickNumber: Int

The number of the tick that has started. This will start from 0, which will be the first tick, and increment by 1 for every completed tick while the server is running.