Package net.minecraft.recipe
Class MapExtendingRecipe
java.lang.Object
net.minecraft.recipe.ShapedRecipe
net.minecraft.recipe.MapExtendingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInventory>
public class MapExtendingRecipe extends ShapedRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.ShapedRecipe
ShapedRecipe.Serializer -
Constructor Summary
Constructors Constructor Description MapExtendingRecipe(Identifier identifier) -
Method Summary
Modifier and Type Method Description ItemStackcraft(CraftingInventory craftingInventory)RecipeSerializer<?>getSerializer()booleanisIgnoredInRecipeBook()booleanmatches(CraftingInventory craftingInventory, World world)private booleanmatches(MapState state)Methods inherited from class net.minecraft.recipe.ShapedRecipe
combinePattern, fits, getGroup, getHeight, getId, getItemStack, getOutput, getPreviewInputs, getWidthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.recipe.Recipe
getRecipeKindIcon, getRemainingStacks
-
Constructor Details
-
MapExtendingRecipe
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipe<CraftingInventory>- Overrides:
matchesin classShapedRecipe
-
matches
-
craft
- Specified by:
craftin interfaceRecipe<CraftingInventory>- Overrides:
craftin classShapedRecipe
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook() -
getSerializer
- Specified by:
getSerializerin interfaceRecipe<CraftingInventory>- Overrides:
getSerializerin classShapedRecipe
-