Class MapExtendingRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingContainer>,IShapedRecipe<CraftingContainer>
-
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(CraftingContainer p_43991_, HolderLookup.Provider p_335958_) private static ItemStackfindFilledMap(CraftingContainer p_279436_) booleanbooleanmatches(CraftingContainer p_43993_, Level p_43994_) 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<CraftingContainer>- Overrides:
matchesin classShapedRecipe
-
assemble
- Specified by:
assemblein interfaceRecipe<CraftingContainer>- Overrides:
assemblein classShapedRecipe
-
findFilledMap
-
isSpecial
public boolean isSpecial() -
getSerializer
- Specified by:
getSerializerin interfaceRecipe<CraftingContainer>- Overrides:
getSerializerin classShapedRecipe
-