Package net.minecraft.recipe
Interface Recipe
- All Known Implementing Classes:
ShapedRecipe,ShapelessRecipe
public interface Recipe
- Mappings:
Namespace Name intermediary net/minecraft/class_160glue class_93server ckclient dtnamed net/minecraft/recipe/Recipe
-
Method Summary
Modifier and TypeMethodDescriptionbooleanint
-
Method Details
-
canCraft
- Mappings:
Namespace Name Mixin selector intermediary method_2072Lnet/minecraft/class_160;method_2072(Lnet/minecraft/class_159;)Zglue method_285Lclass_93;method_285(Lclass_305;)Zserver aLck;a(Lhz;)Zclient aLdt;a(Lmq;)Znamed canCraftLnet/minecraft/recipe/Recipe;canCraft(Lnet/minecraft/inventory/Crafting;)Z
-
craft
- Mappings:
Namespace Name Mixin selector intermediary method_2074Lnet/minecraft/class_160;method_2074(Lnet/minecraft/class_159;)Lnet/minecraft/class_31;glue method_287Lclass_93;method_287(Lclass_305;)Lclass_224;server bLck;b(Lhz;)Lfy;client bLdt;b(Lmq;)Liz;named craftLnet/minecraft/recipe/Recipe;craft(Lnet/minecraft/inventory/Crafting;)Lnet/minecraft/item/ItemInstance;
-
getIngredientCount
int getIngredientCount()- Mappings:
Namespace Name Mixin selector intermediary method_2071Lnet/minecraft/class_160;method_2071()Iglue method_284Lclass_93;method_284()Iserver aLck;a()Iclient aLdt;a()Inamed getIngredientCountLnet/minecraft/recipe/Recipe;getIngredientCount()I
-
getOutput
ItemInstance getOutput()- Mappings:
Namespace Name Mixin selector intermediary method_2073Lnet/minecraft/class_160;method_2073()Lnet/minecraft/class_31;glue method_286Lclass_93;method_286()Lclass_224;server bLck;b()Lfy;client bLdt;b()Liz;named getOutputLnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemInstance;
-