Package hiiragi283.core.common.registry
Class HTDeferredRecipeType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTIdLike.Translatable,hiiragi283.core.api.resource.HTKeyLike,hiiragi283.core.api.resource.SupplierWithId,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey,java.util.function.Supplier
public final class HTDeferredRecipeType<RECIPE extends Recipe<?>> extends HTBasicHolderLike<RecipeType<?>, RecipeType<RECIPE>> implements HTIdLike.Translatable
-
-
Constructor Summary
Constructors Constructor Description HTDeferredRecipeType(ResourceKey<RecipeType<?>> key)HTDeferredRecipeType(ResourceLocation id)
-
Method Summary
Modifier and Type Method Description StringgetTranslationKey()StringgetNamespace()StringgetPath()RecipeType<RECIPE>get()ComponentgetText()テキストを取得します。 -
Methods inherited from class hiiragi283.core.common.registry.HTBasicHolderLike
unwrap -
Methods inherited from class hiiragi283.core.api.registry.HTHolderLike
getResourceKey -
Methods inherited from class hiiragi283.core.api.resource.HTIdLike
getId -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTranslationKey
String getTranslationKey()
-
getNamespace
String getNamespace()
-
getText
Component getText()
テキストを取得します。
-
-
-
-