Interface RecipeType

All Known Implementing Classes:
ArmorDyeRecipeType, BannerRecipeDispatcher.CopyingRecipeType, BannerRecipeDispatcher.PatternRecipeType, BookCloningRecipeType, class_2700.class_2701, class_2702, class_3059.class_3060, FireworkRecipeType, MapCloningRecipeType, MapUpscaleRecipeType, RepairingRecipeType, ShapedRecipeType, ShapelessRecipeType

public interface RecipeType
Mappings:
Namespace Name
official aho
intermediary net/minecraft/class_1114
named net/minecraft/recipe/RecipeType
  • Method Details

    • matches

      boolean matches(CraftingInventory inventory, World world)
      Mappings:
      Namespace Name Mixin selector
      official a Laho;a(Lacs;Lajs;)Z
      intermediary method_3500 Lnet/minecraft/class_1114;method_3500(Lnet/minecraft/class_1011;Lnet/minecraft/class_1150;)Z
      named matches Lnet/minecraft/recipe/RecipeType;matches(Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/world/World;)Z
    • getResult

      ItemStack getResult(CraftingInventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official a Laho;a(Lacs;)Lafj;
      intermediary method_3502 Lnet/minecraft/class_1114;method_3502(Lnet/minecraft/class_1011;)Lnet/minecraft/class_1071;
      named getResult Lnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
    • getSize

      int getSize()
      Mappings:
      Namespace Name Mixin selector
      official a Laho;a()I
      intermediary method_3499 Lnet/minecraft/class_1114;method_3499()I
      named getSize Lnet/minecraft/recipe/RecipeType;getSize()I
    • getOutput

      ItemStack getOutput()
      Mappings:
      Namespace Name Mixin selector
      official b Laho;b()Lafj;
      intermediary method_3501 Lnet/minecraft/class_1114;method_3501()Lnet/minecraft/class_1071;
      named getOutput Lnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
    • method_13670

      DefaultedList<ItemStack> method_13670(CraftingInventory craftingInventory)
      Mappings:
      Namespace Name Mixin selector
      official b Laho;b(Lacs;)Ldd;
      intermediary method_13670 Lnet/minecraft/class_1114;method_13670(Lnet/minecraft/class_1011;)Lnet/minecraft/class_3114;
      named method_13670 Lnet/minecraft/recipe/RecipeType;method_13670(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/util/collection/DefaultedList;