Interface ConfigTranslation

All Known Implementing Classes:
GenderConfigTranslations

public interface ConfigTranslation
  • Method Details

    • getTranslationKey

      String getTranslationKey()
    • title

      String title()
    • tooltip

      String tooltip()
    • button

      default @Nullable String button()
    • getSectionTitle

      static @Nullable String getSectionTitle(String title, boolean isSection)