Package hiiragi283.core.api.recipe
Class HTRecipeHolderKt
-
- All Implemented Interfaces:
public final class HTRecipeHolderKt
-
-
Method Summary
Modifier and Type Method Description final static <RECIPE extends Recipe<?>> RecipeHolder<RECIPE>toVanilla(HTRecipeHolder<RECIPE> $self)現在のHTRecipeHolderをバニラのRecipeHolderに変換します。 -
-
Method Detail
-
toVanilla
final static <RECIPE extends Recipe<?>> RecipeHolder<RECIPE> toVanilla(HTRecipeHolder<RECIPE> $self)
現在のHTRecipeHolderをバニラのRecipeHolderに変換します。
-
-
-
-