Package net.minecraft.recipe
Class RepairItemRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.RepairItemRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/RepairItemRecipeintermediary net/minecraft/class_4317official dfn
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.SpecialCraftingRecipe
SpecialCraftingRecipe.SpecialRecipeSerializer<T extends CraftingRecipe> -
Field Summary
Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, KEY_CODEC, PACKET_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleancanCombineStacks(ItemStack first, ItemStack second) craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.findPair(CraftingRecipeInput craftingRecipeInput) Returns the serializer associated with this recipe.booleanmatches(CraftingRecipeInput craftingRecipeInput, World world) Returns whether this recipe matches the contents inside theinventoryin the givenworld.Methods inherited from class net.minecraft.recipe.SpecialCraftingRecipe
getCategory, getIngredientPlacement, isIgnoredInRecipeBookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getRecipeBookCategory, getRecipeRemainders, getTypeMethods inherited from interface net.minecraft.recipe.Recipe
getDisplays, getGroup, showNotification
-
Constructor Details
-
RepairItemRecipe
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)Vintermediary <init>Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_7710;)Vofficial <init>Lder;<init>(Ldeo;)V
-
-
Method Details
-
findPair
@Nullable private static @Nullable com.mojang.datafixers.util.Pair<ItemStack,ItemStack> findPair(CraftingRecipeInput craftingRecipeInput) - Mappings:
Namespace Name Mixin selector named findPairLnet/minecraft/recipe/RepairItemRecipe;findPair(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lcom/mojang/datafixers/util/Pair;intermediary method_58438Lnet/minecraft/class_4317;method_58438(Lnet/minecraft/class_9694;)Lcom/mojang/datafixers/util/Pair;official cLdfn;c(Ldep;)Lcom/mojang/datafixers/util/Pair;
-
canCombineStacks
- Mappings:
Namespace Name Mixin selector named canCombineStacksLnet/minecraft/recipe/RepairItemRecipe;canCombineStacks(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Zintermediary method_58439Lnet/minecraft/class_4317;method_58439(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Zofficial aLdfn;a(Ldak;Ldak;)Z
-
matches
Description copied from interface:RecipeReturns whether this recipe matches the contents inside theinventoryin the givenworld.The
worldcurrently is only used by the map cloning recipe to prevent duplication of explorer maps.- Parameters:
world- the input world- Returns:
- whether this recipe matches the contents inside the
inventoryin the givenworld - Mappings:
Namespace Name Mixin selector named matchesLnet/minecraft/recipe/RepairItemRecipe;matches(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Zintermediary method_20808Lnet/minecraft/class_4317;method_20808(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Zofficial aLdfn;a(Ldep;Ldkj;)Z
-
craft
public ItemStack craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Description copied from interface:RecipeCrafts this recipe.This method does not perform side effects on the
inventory.This method should return a new item stack on each call.
- Returns:
- the resulting item stack
- Mappings:
Namespace Name Mixin selector named craftLnet/minecraft/recipe/RepairItemRecipe;craft(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_20807Lnet/minecraft/class_4317;method_20807(Lnet/minecraft/class_9694;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLdfn;a(Ldep;Lji$a;)Ldak;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializerin interfaceCraftingRecipe- Specified by:
getSerializerin interfaceRecipe<CraftingRecipeInput>- Specified by:
getSerializerin classSpecialCraftingRecipe- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;official aLdfb;a()Ldfl;
-