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
- Mappings:
Namespace Name official bqlintermediary net/minecraft/class_1861named net/minecraft/recipe/MapExtendingRecipe
-
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)Methods inherited from class net.minecraft.recipe.ShapedRecipe
combinePattern, fits, getGroup, getHeight, getId, getItemStack, getOutput, getPreviewInputs, getWidth, isEmptyMethods 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- Mappings:
Namespace Name Mixin selector official method_17728Lbql;method_17728(Lbkd;Lbtu;)Zintermediary method_17728Lnet/minecraft/class_1861;method_17728(Lnet/minecraft/class_1715;Lnet/minecraft/class_1937;)Znamed matchesLnet/minecraft/recipe/MapExtendingRecipe;matches(Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/world/World;)Z
-
craft
- Specified by:
craftin interfaceRecipe<CraftingInventory>- Overrides:
craftin classShapedRecipe- Mappings:
Namespace Name Mixin selector official method_17727Lbql;method_17727(Lbkd;)Lbnu;intermediary method_17727Lnet/minecraft/class_1861;method_17727(Lnet/minecraft/class_1715;)Lnet/minecraft/class_1799;named craftLnet/minecraft/recipe/MapExtendingRecipe;craft(Lnet/minecraft/inventory/CraftingInventory;)Lnet/minecraft/item/ItemStack;
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()- Mappings:
Namespace Name Mixin selector official ah_Lbqm;ah_()Zintermediary method_8118Lnet/minecraft/class_1860;method_8118()Znamed isIgnoredInRecipeBookLnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getSerializer
- Specified by:
getSerializerin interfaceRecipe<CraftingInventory>- Overrides:
getSerializerin classShapedRecipe- Mappings:
Namespace Name Mixin selector official ai_Lbqm;ai_()Lbqo;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-