Package hiiragi283.lib.recipe
Interface HTSerializableRecipe
-
- All Implemented Interfaces:
-
hiiragi283.lib.recipe.HTRecipePredicate,net.minecraft.world.item.crafting.Recipe
public interface HTSerializableRecipe<INPUT extends RecipeInput> implements Recipe<INPUT>, HTRecipePredicate<INPUT>
シリアライズ可能なレシピを表す,Recipeの拡張インターフェースです。
- Since:
0.12.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description Booleanmatches(INPUT input, Level level)ItemStackassemble(INPUT input)BooleanisSpecial()BooleanshowNotification()Stringgroup()PlacementInfoplacementInfo()RecipeBookCategoryrecipeBookCategory()-
Methods inherited from class hiiragi283.lib.recipe.HTRecipePredicate
matches -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
display, getSerializer, getType -
Methods inherited from class hiiragi283.lib.recipe.HTSerializableRecipe
getSerializer, getType, isSpecial -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
matches
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) Boolean matches(INPUT input, Level level)
-
assemble
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) ItemStack assemble(INPUT input)
-
showNotification
Boolean showNotification()
-
placementInfo
PlacementInfo placementInfo()
-
recipeBookCategory
@Deprecated(message = "Not used in Hiiragi Series", level = DeprecationLevel.ERROR) RecipeBookCategory recipeBookCategory()
-
-
-
-