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 akt
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 Lakt;a(Lafy;Lamu;)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 Lakt;a(Lafy;)Laip;
      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;
    • method_14250

      @Environment(CLIENT) boolean method_14250(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Lakt;a(II)Z
      intermediary method_14250 Lnet/minecraft/class_1114;method_14250(II)Z
      named method_14250 Lnet/minecraft/recipe/RecipeType;method_14250(II)Z
    • getOutput

      ItemStack getOutput()
      Mappings:
      Namespace Name Mixin selector
      official b Lakt;b()Laip;
      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 Lakt;b(Lafy;)Lfi;
      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;
    • method_14252

      default DefaultedList<Ingredient> method_14252()
      Mappings:
      Namespace Name Mixin selector
      official d Lakt;d()Lfi;
      intermediary method_14252 Lnet/minecraft/class_1114;method_14252()Lnet/minecraft/class_3114;
      named method_14252 Lnet/minecraft/recipe/RecipeType;method_14252()Lnet/minecraft/util/collection/DefaultedList;
    • method_14251

      default boolean method_14251()
      Mappings:
      Namespace Name Mixin selector
      official c Lakt;c()Z
      intermediary method_14251 Lnet/minecraft/class_1114;method_14251()Z
      named method_14251 Lnet/minecraft/recipe/RecipeType;method_14251()Z
    • method_14253

      @Environment(CLIENT) default String method_14253()
      Mappings:
      Namespace Name Mixin selector
      official e Lakt;e()Ljava/lang/String;
      intermediary method_14253 Lnet/minecraft/class_1114;method_14253()Ljava/lang/String;
      named method_14253 Lnet/minecraft/recipe/RecipeType;method_14253()Ljava/lang/String;