Tri State
Enum representing a three-state system: True, False, Default. This tri-state implements TriStateProvider, a generic representation of a three-state system.
In general, a DEFAULT should state should act as a "pass", refraining from altering state when possible.
Author
fzzyhmstrs
Since
0.6.5
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
Gets the value of the tri-state. Implemented from BooleanSupplier.
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
Override of translation that falls back to the enum constant name. Example "TEST"
Override of translationKey that utilized the prefix and enum constant name