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 abs
intermediary net/minecraft/class_48
named net/minecraft/recipe/RecipeType
  • Method Details

    • matches

      boolean matches​(CraftingInventory inventory, World world)
      Mappings:
      Namespace Name Mixin selector
      official a Labs;a(Lxp;Ladm;)Z
      intermediary method_63 Lnet/minecraft/class_48;method_63(Lnet/minecraft/class_1993;Lnet/minecraft/class_99;)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 Labs;a(Lxp;)Lzx;
      intermediary method_62 Lnet/minecraft/class_48;method_62(Lnet/minecraft/class_1993;)Lnet/minecraft/class_2056;
      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 Labs;a()I
      intermediary method_61 Lnet/minecraft/class_48;method_61()I
      named getSize Lnet/minecraft/recipe/RecipeType;getSize()I
    • getOutput

      ItemStack getOutput()
      Mappings:
      Namespace Name Mixin selector
      official b Labs;b()Lzx;
      intermediary method_64 Lnet/minecraft/class_48;method_64()Lnet/minecraft/class_2056;
      named getOutput Lnet/minecraft/recipe/RecipeType;getOutput()Lnet/minecraft/item/ItemStack;
    • getRemainders

      ItemStack[] getRemainders​(CraftingInventory inventory)
      Mappings:
      Namespace Name Mixin selector
      official b Labs;b(Lxp;)[Lzx;
      intermediary method_65 Lnet/minecraft/class_48;method_65(Lnet/minecraft/class_1993;)[Lnet/minecraft/class_2056;
      named getRemainders Lnet/minecraft/recipe/RecipeType;getRemainders(Lnet/minecraft/inventory/CraftingInventory;)[Lnet/minecraft/item/ItemStack;