Uses of Class
be.yildizgames.common.client.translation.TranslationKey
-
Packages that use TranslationKey Package Description be.yildizgames.common.client.translation Contains the classes to translate text. -
-
Uses of TranslationKey in be.yildizgames.common.client.translation
Methods in be.yildizgames.common.client.translation that return TranslationKey Modifier and Type Method Description static TranslationKeyTranslationKey. get(String key)Create a new instance of TranslationKey with a key and no arguments.static TranslationKeyTranslationKey. get(String key, Object... args)Create a new instance of TranslationKey with a key and arguments.Methods in be.yildizgames.common.client.translation with parameters of type TranslationKey Modifier and Type Method Description voidTranslationKey.MultiKey. add(TranslationKey key)Add a new TranslationKey to this MultiKeystatic TranslationKey.MultiKeyTranslationKey. get(TranslationKey... keys)Create a new instance of MultiKey to use several translation at once.StringTranslation. translate(TranslationKey key)Get the translated value.StringTranslation. translate(TranslationKey key, String... args)Method parameters in be.yildizgames.common.client.translation with type arguments of type TranslationKey Modifier and Type Method Description static TranslationKey.MultiKeyTranslationKey. get(List<TranslationKey> keys)
-