Interface TranslatorFactory


public interface TranslatorFactory
  • Method Details

    • addTranslator

      void addTranslator(String modId)
      Properly initializes your translation service. This should happen on both client (If the mod is present there) and server to ensure proper synchronization.
    • getTranslator

      Translator getTranslator(String modId)
    • availableTranslators

      Collection<String> availableTranslators()