Package net.minecraft.recipe
Interface CraftingRecipe
- All Known Implementing Classes:
ShapedRecipe,ShapelessRecipe
public interface CraftingRecipe
- Mappings:
Namespace Name intermediary net/minecraft/class_160glue class_93server ckclient dtnamed net/minecraft/recipe/CraftingRecipe
-
Method Summary
Modifier and TypeMethodDescriptioncraft(CraftingInventory craftingInventory) intgetSize()booleanmatches(CraftingInventory craftingInventory)
-
Method Details
-
matches
- 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 matchesLnet/minecraft/recipe/CraftingRecipe;matches(Lnet/minecraft/inventory/CraftingInventory;)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/CraftingRecipe;craft(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
getSize
int getSize()- 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 getSizeLnet/minecraft/recipe/CraftingRecipe;getSize()I
-
getOutput
ItemStack 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/CraftingRecipe;getOutput()Lnet/minecraft/item/ItemStack;
-