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 ahm
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 Laho;a(Lacs;Lajs;)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
    • method_13669

      private boolean method_13669(MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      official a Lahm;a(Lbbn;)Z
      intermediary method_13669 Lnet/minecraft/class_1437;method_13669(Lnet/minecraft/class_89;)Z
      named method_13669 Lnet/minecraft/recipe/MapUpscaleRecipeType;method_13669(Lnet/minecraft/item/map/MapState;)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 Laho;a(Lacs;)Lafj;
      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;