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 aom
intermediary net/minecraft/class_1437
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 Laoo;a(Lain;Laqu;)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

      public ItemStack getResult(CraftingInventory inventory)
      Specified by:
      getResult in interface RecipeType
      Overrides:
      getResult in class ShapedRecipeType
      Mappings:
      Namespace Name Mixin selector
      official a Laoo;a(Lain;)Lamj;
      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;