Class MapExtendingRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<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, pattern, result, showNotificationFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(CraftingInput pInput, HolderLookup.Provider pRegistries) private static ItemStackfindFilledMap(CraftingInput pInput) booleanbooleanmatches(CraftingInput pInput, Level pLevel) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
category, display, getHeight, getIngredients, getWidth, group, placementInfo, 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
getRemainingItems, getType, recipeBookCategory
-
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 interfaceCraftingRecipe- Specified by:
getSerializerin interfaceRecipe<CraftingInput>- Overrides:
getSerializerin classShapedRecipe
-