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 bsiintermediary 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, isEmpty, method_35228Methods 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>Lbsi;<init>(Lwp;)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_17728Lbsi;method_17728(Lblz;Lbvr;)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_17727Lbsi;method_17727(Lblz;)Lbpr;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 ai_Lbsj;ai_()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 aj_Lbsj;aj_()Lbsl;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-