Type

enum Type(source)

Enum representing the types of cooldowns.

Entries

Link copied to clipboard

Represents the "request" cooldown type.

Link copied to clipboard

Represents the "sethome" cooldown type.

Link copied to clipboard

Represents the "home" cooldown type.

Link copied to clipboard

Represents the "buffs" cooldown type.

Link copied to clipboard

Represents the "join" cooldown type.

Functions

Link copied to clipboard
open fun getByTypeName(typeName: String): Cooldown.Type
Returns the `Type` enum value with the specified type name.
Link copied to clipboard
open fun valueOf(name: String): Cooldown.Type
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard