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, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(CraftingInput input, HolderLookup.Provider registries) private static ItemStackfindFilledMap(CraftingInput input) booleanbooleanmatches(CraftingInput input, Level level) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
canCraftInDimensions, category, getGroup, getHeight, getIngredients, getResultItem, getWidth, isIncomplete, 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
-