Class TranslationsOld

java.lang.Object
net.minheur.potoflux.translations.TranslationsOld

@Deprecated(since="6.4", forRemoval=true) public class TranslationsOld extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    get(String key)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    load(String langCode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    load(Lang lang)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TranslationsOld

      public TranslationsOld()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • load

      public static void load(Lang lang)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • load

      public static void load(String langCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerAll

      public static void registerAll()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerByStream

      public static void registerByStream(Lang lang, InputStream in)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • get

      public static String get(String key)
      Deprecated, for removal: This API element is subject to removal in a future version.