Package hiiragi283.core.api.recipe
Interface HTRecipeType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey
public interface HTRecipeType<INPUT extends RecipeInput, RECIPE extends Object> implements HTHasTranslationKey, HTHasText, HTIdLike
HTRecipeLookupの拡張インターフェースです。
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTRecipeType.ManagedHTRecipeLookup.Managedに基づいたHTRecipeTypeの拡張インターフェースです。
public interfaceHTRecipeType.FakeHTRecipeLookup.Fakeに基づいたHTRecipeTypeの拡張インターフェースです。
-
Method Summary
Modifier and Type Method Description ComponentgetText()テキストを取得します。 StringgetTranslationKey()StringgetNamespace()StringgetPath()-
-
Method Detail
-
getText
Component getText()
テキストを取得します。
-
getTranslationKey
String getTranslationKey()
-
getNamespace
String getNamespace()
-
-
-
-