Package net.neoforged.neoforge.common
Interface TranslatableEnum
public interface TranslatableEnum
An enum value that can be be translated.
-
Method Summary
-
Method Details
-
getTranslatedName
Returns the translated name of this value. Defaults to a literal component with theenum name
;- Returns:
- the translated name of this value
-