Interface Translatable


public interface Translatable
Something that has a translation key.
Since:
4.8.0
  • Method Summary

    Modifier and Type Method Description
    @NotNull String translationKey()
    Gets the translation key.
  • Method Details

    • translationKey

      @NotNull @NotNull String translationKey()
      Gets the translation key.
      Returns:
      the translation key
      Since:
      4.8.0