Class MapUpscaleRecipeType

java.lang.Object
net.minecraft.recipe.ShapedRecipeType
net.minecraft.recipe.MapUpscaleRecipeType
All Implemented Interfaces:
RecipeType

public class MapUpscaleRecipeType
extends ShapedRecipeType
Mappings:
Namespace Name
official abq
intermediary net/minecraft/class_46
named net/minecraft/recipe/MapUpscaleRecipeType
  • Constructor Details

    • MapUpscaleRecipeType

      public MapUpscaleRecipeType()
  • Method Details

    • matches

      public boolean matches​(CraftingInventory inventory, World world)
      Specified by:
      matches in interface RecipeType
      Overrides:
      matches in class ShapedRecipeType
      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

      public ItemStack getResult​(CraftingInventory inventory)
      Specified by:
      getResult in interface RecipeType
      Overrides:
      getResult in class ShapedRecipeType
      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;