Provider Type
Entries
Properties
Functions
The translated Text description from the descriptionKey. Falls back to an empty string so no tooltip is rendered.
Override of descriptionKey that utilized the prefix and enum constant name
The translated Text description from the descriptionKey. Falls back to an empty string so no tooltip is rendered. If no translation exists when called returns null.
Whether this Translatable has a valid description
Whether this Translatable has a valid translation
Override of descriptionKey that utilized the prefix and enum constant name
The translated Text description from the descriptionKey. Falls back to an empty string so no tooltip is rendered. If no translation exists when called returns null.
Override of translation that falls back to the enum constant name. Example "TEST"
Override of translationKey that utilized the prefix and enum constant name
The translated Text name from the translationKey. Falls back to the implementing classes Simple Name (non-translated). If no translation exists when called returns null.
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.)
Returns an array containing the constants of this enum type, in the order they're declared.