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, height, MAX_HEIGHT, MAX_WIDTH, recipeItems, result, showNotification, width
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassemble
(CraftingContainer p_43991_, RegistryAccess p_266892_) private static ItemStack
findFilledMap
(CraftingContainer p_279436_) boolean
boolean
matches
(CraftingContainer p_43993_, Level p_43994_) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipe
canCraftInDimensions, category, getGroup, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, isIncomplete, setCraftingSize, showNotification, 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.world.item.crafting.CraftingRecipe
getType
Methods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol
-
Constructor Details
-
MapExtendingRecipe
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceRecipe<CraftingContainer>
- Overrides:
matches
in classShapedRecipe
-
assemble
- Specified by:
assemble
in interfaceRecipe<CraftingContainer>
- Overrides:
assemble
in classShapedRecipe
-
findFilledMap
-
isSpecial
public boolean isSpecial() -
getSerializer
- Specified by:
getSerializer
in interfaceRecipe<CraftingContainer>
- Overrides:
getSerializer
in classShapedRecipe
-