Class MapExtendingRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInput>,IShapedRecipe<CraftingInput>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.ShapedRecipe
ShapedRecipe.Serializer -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.ShapedRecipe
category, group, MAX_HEIGHT, MAX_WIDTH, pattern, result, showNotificationFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(CraftingInput p_343804_, HolderLookup.Provider p_329331_) private static ItemStackfindFilledMap(CraftingInput p_345373_) booleanbooleanmatches(CraftingInput p_344924_, Level p_43994_) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
canCraftInDimensions, category, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, isIncomplete, setCraftingSize, showNotificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol
-
Constructor Details
-
MapExtendingRecipe
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipe<CraftingInput>- Overrides:
matchesin classShapedRecipe
-
assemble
- Specified by:
assemblein interfaceRecipe<CraftingInput>- Overrides:
assemblein classShapedRecipe
-
findFilledMap
-
isSpecial
public boolean isSpecial() -
getSerializer
- Specified by:
getSerializerin interfaceRecipe<CraftingInput>- Overrides:
getSerializerin classShapedRecipe
-