Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.cooldowns
/
Cooldown
Cooldown
open
class
Cooldown
(
source
)
A class representing a cooldown for a specific action.
Types
Constructors
Properties
Constructors
Cooldown
Link copied to clipboard
open
fun
Cooldown
(
cooldownId
:
UUID
,
cooldownType
:
Cooldown.Type
,
cooldownOwner
:
UUID
,
cooldownExpiry
:
Long
)
Constructs a new `Cooldown` instance.
Types
Type
Link copied to clipboard
enum
Type
Enum representing the types of cooldowns.
Properties
cooldown
Expiry
Link copied to clipboard
val
cooldownExpiry
:
Long
cooldown
Id
Link copied to clipboard
val
cooldownId
:
UUID
cooldown
Owner
Link copied to clipboard
val
cooldownOwner
:
UUID
cooldown
Type
Link copied to clipboard
val
cooldownType
:
Cooldown.Type