Result

data class Result(val cooldown: Int) : Record

The result of a cooldown event.

This allows plugins to modify the actual cooldown that gets applied to the

Constructors

Link copied to clipboard
constructor(cooldown: Int)

Properties

Link copied to clipboard

The resulting cooldown amount, in ticks.