Package net.minecraft.recipe
Class MapUpscaleRecipeType
java.lang.Object
net.minecraft.recipe.ShapedRecipeType
net.minecraft.recipe.MapUpscaleRecipeType
- All Implemented Interfaces:
RecipeType
- Mappings:
Namespace Name official aomintermediary net/minecraft/class_1437named net/minecraft/recipe/MapUpscaleRecipeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResult(CraftingInventory inventory) booleanmatches(CraftingInventory inventory, World world) Methods inherited from class net.minecraft.recipe.ShapedRecipeType
getOutput, getRemainders, getSize, method_21798
-
Constructor Details
-
MapUpscaleRecipeType
public MapUpscaleRecipeType()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipeType- Overrides:
matchesin classShapedRecipeType- Mappings:
Namespace Name Mixin selector official aLaoo;a(Lain;Laqu;)Zintermediary method_3500Lnet/minecraft/class_1114;method_3500(Lnet/minecraft/class_1011;Lnet/minecraft/class_1150;)Znamed matchesLnet/minecraft/recipe/RecipeType;matches(Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/world/World;)Z
-
getResult
- Specified by:
getResultin interfaceRecipeType- Overrides:
getResultin classShapedRecipeType- Mappings:
Namespace Name Mixin selector official aLaoo;a(Lain;)Lamj;intermediary method_3502Lnet/minecraft/class_1114;method_3502(Lnet/minecraft/class_1011;)Lnet/minecraft/class_1071;named getResultLnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-