Package net.minecraft.recipe
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 abqintermediary net/minecraft/class_46named net/minecraft/recipe/MapUpscaleRecipeType
-
Constructor Summary
Constructors Constructor Description MapUpscaleRecipeType() -
Method Summary
Modifier and Type Method Description ItemStackgetResult(CraftingInventory inventory)booleanmatches(CraftingInventory inventory, World world)Methods inherited from class net.minecraft.recipe.ShapedRecipeType
getOutput, getRemainders, getSize
-
Constructor Details
-
MapUpscaleRecipeType
public MapUpscaleRecipeType()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipeType- Overrides:
matchesin classShapedRecipeType- Mappings:
Namespace Name Mixin selector official aLabs;a(Lxp;Ladm;)Zintermediary method_63Lnet/minecraft/class_48;method_63(Lnet/minecraft/class_1993;Lnet/minecraft/class_99;)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 aLabs;a(Lxp;)Lzx;intermediary method_62Lnet/minecraft/class_48;method_62(Lnet/minecraft/class_1993;)Lnet/minecraft/class_2056;named getResultLnet/minecraft/recipe/RecipeType;getResult(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-