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 SummaryNested classes/interfaces inherited from class net.minecraft.world.item.crafting.ShapedRecipeShapedRecipe.Serializer
- 
Field SummaryFields inherited from class net.minecraft.world.item.crafting.ShapedRecipecategory, group, height, MAX_HEIGHT, MAX_WIDTH, recipeItems, result, width
- 
Constructor SummaryConstructorsConstructorDescriptionMapExtendingRecipe(ResourceLocation p_250265_, CraftingBookCategory p_250154_) 
- 
Method SummaryModifier and TypeMethodDescriptionassemble(CraftingContainer p_43991_) booleanbooleanmatches(CraftingContainer p_43993_, Level p_43994_) Methods inherited from class net.minecraft.world.item.crafting.ShapedRecipecanCraftInDimensions, category, dissolvePattern, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, isIncomplete, itemFromJson, itemStackFromJson, keyFromJson, patternFromJson, setCraftingSize, shrinkMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipegetTypeMethods inherited from interface net.minecraft.world.item.crafting.RecipegetRemainingItems, getToastSymbol
- 
Constructor Details- 
MapExtendingRecipe
 
- 
- 
Method Details- 
matches- Specified by:
- matchesin interface- Recipe<CraftingContainer>
- Overrides:
- matchesin class- ShapedRecipe
 
- 
assemble- Specified by:
- assemblein interface- Recipe<CraftingContainer>
- Overrides:
- assemblein class- ShapedRecipe
 
- 
isSpecialpublic boolean isSpecial()
- 
getSerializer- Specified by:
- getSerializerin interface- Recipe<CraftingContainer>
- Overrides:
- getSerializerin class- ShapedRecipe
 
 
-