Package net.minecraft.item.crafting
Class MapExtendingRecipe
java.lang.Object
net.minecraft.item.crafting.ShapedRecipe
net.minecraft.item.crafting.MapExtendingRecipe
- All Implemented Interfaces:
ICraftingRecipe,IRecipe<CraftingInventory>,IShapedRecipe<CraftingInventory>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.crafting.ShapedRecipe
ShapedRecipe.Serializer -
Field Summary
Fields inherited from class net.minecraft.item.crafting.ShapedRecipe
MAX_HEIGHT, MAX_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(CraftingInventory p_77572_1_) private booleanisExplorationMap(MapData p_190934_1_) booleanbooleanmatches(CraftingInventory p_77569_1_, World p_77569_2_) Methods inherited from class net.minecraft.item.crafting.ShapedRecipe
canCraftInDimensions, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, itemFromJson, setCraftingSize, shrinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.item.crafting.ICraftingRecipe
getTypeMethods inherited from interface net.minecraft.item.crafting.IRecipe
getRemainingItems, getToastSymbol
-
Constructor Details
-
MapExtendingRecipe
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceIRecipe<CraftingInventory>- Overrides:
matchesin classShapedRecipe
-
isExplorationMap
-
assemble
- Specified by:
assemblein interfaceIRecipe<CraftingInventory>- Overrides:
assemblein classShapedRecipe
-
isSpecial
public boolean isSpecial() -
getSerializer
- Specified by:
getSerializerin interfaceIRecipe<CraftingInventory>- Overrides:
getSerializerin classShapedRecipe
-