Package net.minecraft.recipe
Class MapExtendingRecipe
java.lang.Object
net.minecraft.recipe.ShapedRecipe
net.minecraft.recipe.MapExtendingRecipe
- All Implemented Interfaces:
CraftingRecipe
,Recipe<RecipeInputInventory>
- Mappings:
Namespace Name official cqb
intermediary net/minecraft/class_1861
named net/minecraft/recipe/MapExtendingRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.ShapedRecipe
ShapedRecipe.Serializer
-
Field Summary
Fields inherited from class net.minecraft.recipe.ShapedRecipe
category, group, raw, result, showNotification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncraft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) Crafts this recipe.private static ItemStack
findFilledMap
(RecipeInputInventory inventory) Returns the serializer associated with this recipe.boolean
Returns whether this recipe is ignored by the recipe book.boolean
matches
(RecipeInputInventory recipeInputInventory, World world) Returns whether this recipe matches the contents inside theinventory
in the givenworld
.Methods inherited from class net.minecraft.recipe.ShapedRecipe
fits, getCategory, getGroup, getHeight, getIngredients, getResult, getWidth, isEmpty, showNotification
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.CraftingRecipe
getType
Methods inherited from interface net.minecraft.recipe.Recipe
createIcon, getRemainder
-
Constructor Details
-
MapExtendingRecipe
- Mappings:
Namespace Name Mixin selector official <init>
Lcqb;<init>(Lcps;)V
intermediary <init>
Lnet/minecraft/class_1861;<init>(Lnet/minecraft/class_7710;)V
named <init>
Lnet/minecraft/recipe/MapExtendingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)V
-
-
Method Details
-
matches
Description copied from interface:Recipe
Returns whether this recipe matches the contents inside theinventory
in the givenworld
.The
world
currently is only used by the map cloning recipe to prevent duplication of explorer maps.- Specified by:
matches
in interfaceRecipe<RecipeInputInventory>
- Overrides:
matches
in classShapedRecipe
- Parameters:
recipeInputInventory
- the input inventoryworld
- the input world- Returns:
- whether this recipe matches the contents inside the
inventory
in the givenworld
- Mappings:
Namespace Name Mixin selector official method_17728
Lcqb;method_17728(Lcir;Lctp;)Z
intermediary method_17728
Lnet/minecraft/class_1861;method_17728(Lnet/minecraft/class_8566;Lnet/minecraft/class_1937;)Z
named matches
Lnet/minecraft/recipe/MapExtendingRecipe;matches(Lnet/minecraft/inventory/RecipeInputInventory;Lnet/minecraft/world/World;)Z
-
craft
public ItemStack craft(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) Description copied from interface:Recipe
Crafts this recipe.This method does not perform side effects on the
inventory
.This method should return a new item stack on each call.
- Specified by:
craft
in interfaceRecipe<RecipeInputInventory>
- Overrides:
craft
in classShapedRecipe
- Parameters:
recipeInputInventory
- the input inventory- Returns:
- the resulting item stack
- Mappings:
Namespace Name Mixin selector official method_17727
Lcqb;method_17727(Lcir;Liu;)Lcmy;
intermediary method_17727
Lnet/minecraft/class_1861;method_17727(Lnet/minecraft/class_8566;Lnet/minecraft/class_5455;)Lnet/minecraft/class_1799;
named craft
Lnet/minecraft/recipe/MapExtendingRecipe;craft(Lnet/minecraft/inventory/RecipeInputInventory;Lnet/minecraft/registry/DynamicRegistryManager;)Lnet/minecraft/item/ItemStack;
-
findFilledMap
- Mappings:
Namespace Name Mixin selector official a
Lcqb;a(Lcir;)Lcmy;
intermediary method_51165
Lnet/minecraft/class_1861;method_51165(Lnet/minecraft/class_8566;)Lnet/minecraft/class_1799;
named findFilledMap
Lnet/minecraft/recipe/MapExtendingRecipe;findFilledMap(Lnet/minecraft/inventory/RecipeInputInventory;)Lnet/minecraft/item/ItemStack;
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()Returns whether this recipe is ignored by the recipe book. If a recipe is ignored by the recipe book, it will be never displayed. In addition, it won't be restricted by thedoLimitedCrafting
game rule.- Returns:
- whether this recipe is ignored by the recipe book
- Mappings:
Namespace Name Mixin selector official aq_
Lcqc;aq_()Z
intermediary method_8118
Lnet/minecraft/class_1860;method_8118()Z
named isIgnoredInRecipeBook
Lnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializer
in interfaceRecipe<RecipeInputInventory>
- Overrides:
getSerializer
in classShapedRecipe
- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector official ar_
Lcqc;ar_()Lcqg;
intermediary method_8119
Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;
named getSerializer
Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-