Interface RecipeType

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

public interface RecipeType
Mappings:
Namespace Name
official afu
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 Lafu;a(Labc;Laht;)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

      @Nullable ItemStack getResult(CraftingInventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official a Lafu;a(Labc;)Ladq;
      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 Lafu;a()I
      intermediary method_3499 Lnet/minecraft/class_1114;method_3499()I
      named getSize Lnet/minecraft/recipe/RecipeType;getSize()I
    • getOutput

      @Nullable ItemStack getOutput()
      Mappings:
      Namespace Name Mixin selector
      official b Lafu;b()Ladq;
      intermediary method_3501 Lnet/minecraft/class_1114;method_3501()Lnet/minecraft/class_1071;
      named getOutput Lnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
    • getRemainders

      ItemStack[] getRemainders(CraftingInventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official b Lafu;b(Labc;)[Ladq;
      intermediary method_8443 Lnet/minecraft/class_1114;method_8443(Lnet/minecraft/class_1011;)[Lnet/minecraft/class_1071;
      named getRemainders Lnet/minecraft/recipe/RecipeType;getRemainders(Lnet/minecraft/inventory/CraftingInventory;)[Lnet/minecraft/item/ItemStack;