Entries

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

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
Link copied to clipboard
open fun description(fallback: String? = null): MutableText

The translated Text description from the descriptionKey. Falls back to an empty string so no tooltip is rendered.

Link copied to clipboard
open override fun descriptionKey(): String

Override of descriptionKey that utilized the prefix and enum constant name

Link copied to clipboard

Whether this Translatable has a valid description

Link copied to clipboard
open fun hasPrefix(): Boolean

Whether this Translatable has a valid prefix

Link copied to clipboard

Whether this Translatable has a valid translation

Link copied to clipboard
open fun prefix(fallback: String? = null): MutableText

The translated Text description from the descriptionKey. Falls back to an empty string so no tooltip is rendered.

open override fun prefix(): String

Defines the prefix of the translation/description key

Link copied to clipboard
open override fun prefixKey(): String

Override of descriptionKey that utilized the prefix and enum constant name

Link copied to clipboard
open override fun translation(fallback: String?): MutableText

Override of translation that falls back to the enum constant name. Example "TEST"

Link copied to clipboard
open override fun translationKey(): String

Override of translationKey that utilized the prefix and enum constant name

Link copied to clipboard
abstract fun type(): String
Link copied to clipboard

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.