Interface TranslatableEnum

All Known Implementing Classes:
ConfigUITest.Startup.StartupSpeed

public interface TranslatableEnum
An enum value that can be be translated.
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.network.chat.Component
    Returns the translated name of this value.
  • Method Details

    • getTranslatedName

      default net.minecraft.network.chat.Component getTranslatedName()
      Returns the translated name of this value. Defaults to a literal component with the enum name;
      Returns:
      the translated name of this value