Package net.minecraft.recipe
Interface RecipeType
- All Known Implementing Classes:
ArmorDyeRecipeType,BannerRecipeDispatcher.CopyingRecipeType,BannerRecipeDispatcher.PatternRecipeType,BookCloningRecipeType,FireworkRecipeType,MapCloningRecipeType,MapUpscaleRecipeType,RepairingRecipeType,ShapedRecipeType,ShapelessRecipeType
public interface RecipeType
- Mappings:
Namespace Name official absintermediary net/minecraft/class_48named net/minecraft/recipe/RecipeType
-
Method Summary
Modifier and Type Method Description ItemStackgetOutput()ItemStack[]getRemainders(CraftingInventory inventory)ItemStackgetResult(CraftingInventory inventory)intgetSize()booleanmatches(CraftingInventory inventory, World world)
-
Method Details
-
matches
- Mappings:
Namespace Name Mixin selector official aLabs;a(Lxp;Ladm;)Zintermediary method_63Lnet/minecraft/class_48;method_63(Lnet/minecraft/class_1993;Lnet/minecraft/class_99;)Znamed matchesLnet/minecraft/recipe/RecipeType;matches(Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/world/World;)Z
-
getResult
- Mappings:
Namespace Name Mixin selector official aLabs;a(Lxp;)Lzx;intermediary method_62Lnet/minecraft/class_48;method_62(Lnet/minecraft/class_1993;)Lnet/minecraft/class_2056;named getResultLnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
getSize
int getSize()- Mappings:
Namespace Name Mixin selector official aLabs;a()Iintermediary method_61Lnet/minecraft/class_48;method_61()Inamed getSizeLnet/minecraft/recipe/RecipeType;getSize()I
-
getOutput
ItemStack getOutput()- Mappings:
Namespace Name Mixin selector official bLabs;b()Lzx;intermediary method_64Lnet/minecraft/class_48;method_64()Lnet/minecraft/class_2056;named getOutputLnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
-
getRemainders
- Mappings:
Namespace Name Mixin selector official bLabs;b(Lxp;)[Lzx;intermediary method_65Lnet/minecraft/class_48;method_65(Lnet/minecraft/class_1993;)[Lnet/minecraft/class_2056;named getRemaindersLnet/minecraft/recipe/RecipeType;getRemainders(Lnet/minecraft/inventory/CraftingInventory;)[Lnet/minecraft/item/ItemStack;
-