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 bqmintermediary 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 id) -
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
- Mappings:
Namespace Name Mixin selector official <init>Lbqm;<init>(Lwb;)Vintermediary <init>Lnet/minecraft/class_1861;<init>(Lnet/minecraft/class_2960;)Vnamed <init>Lnet/minecraft/recipe/MapExtendingRecipe;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipe<CraftingInventory>- Overrides:
matchesin classShapedRecipe- Mappings:
Namespace Name Mixin selector official method_17728Lbqm;method_17728(Lbke;Lbtv;)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_17727Lbqm;method_17727(Lbke;)Lbnv;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_Lbqn;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_Lbqn;ai_()Lbqp;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-