Package hiiragi283.core.api.text
Interface HTTranslation
-
- All Implemented Interfaces:
-
hiiragi283.core.api.text.HTHasTranslationKey
public interface HTTranslation implements HTHasTranslationKey
翻訳を保持するインターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description MutableComponenttranslate()テキストを返します。 MutableComponenttranslate(Object args)テキストを返します。 MutableComponenttranslateColored(HTDefaultColor color)colorで着色されたテキストを返します。 MutableComponenttranslateColored(HTDefaultColor color, Object args)colorで着色されたテキストを返します。 abstract StringgetTranslationKey()-
-
Method Detail
-
translate
MutableComponent translate()
テキストを返します。
-
translateColored
MutableComponent translateColored(HTDefaultColor color)
colorで着色されたテキストを返します。
-
translateColored
MutableComponent translateColored(HTDefaultColor color, Object args)
colorで着色されたテキストを返します。
- Parameters:
args- テキストの引数
-
getTranslationKey
abstract String getTranslationKey()
-
-
-
-