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