SaveType

Defines the behavior of config saving when a config is received by a client from a server

Author

fzzyhmstrs

Since

0.6.8

Entries

Link copied to clipboard

Default behavior. Client configs will be overwritten when an update is received.

Link copied to clipboard

Client config files will be maintained separately from server configs.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): SaveType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.