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
-
Method Summary
Modifier and TypeMethodDescriptionassemble
(CraftingInventory p_77572_1_) private boolean
isExplorationMap
(MapData p_190934_1_) boolean
boolean
matches
(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, shrink
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.item.crafting.ICraftingRecipe
getType
Methods inherited from interface net.minecraft.item.crafting.IRecipe
getRemainingItems, getToastSymbol
-
Constructor Details
-
MapExtendingRecipe
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceIRecipe<CraftingInventory>
- Overrides:
matches
in classShapedRecipe
-
isExplorationMap
-
assemble
- Specified by:
assemble
in interfaceIRecipe<CraftingInventory>
- Overrides:
assemble
in classShapedRecipe
-
isSpecial
public boolean isSpecial() -
getSerializer
- Specified by:
getSerializer
in interfaceIRecipe<CraftingInventory>
- Overrides:
getSerializer
in classShapedRecipe
-