Package hiiragi283.core.api.data.lang
Interface HTLangName
-
- All Implemented Interfaces:
public interface HTLangName翻訳名を返す処理を表すインターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHTLangName.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetTranslatedName(HTLangType type)指定された言語の種類から翻訳名を返します。 -
-
Method Detail
-
getTranslatedName
abstract String getTranslatedName(HTLangType type)
指定された言語の種類から翻訳名を返します。
-
-
-
-