Cooldown

open class Cooldown(source)

A class representing a cooldown for a specific action.

Constructors

Link copied to clipboard
open fun Cooldown(cooldownId: UUID, cooldownType: Cooldown.Type, cooldownOwner: UUID, cooldownExpiry: Long)
Constructs a new `Cooldown` instance.

Types

Link copied to clipboard
enum Type
Enum representing the types of cooldowns.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard