Package net.minecraft.recipe
Class CraftingDecoratedPotRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.CraftingDecoratedPotRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/CraftingDecoratedPotRecipeintermediary net/minecraft/class_8164official des
-
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 TypeMethodDescriptioncraft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.private static ItemStackgetBack(CraftingRecipeInput input) private static ItemStackgetFront(CraftingRecipeInput input) private static ItemStackgetLeft(CraftingRecipeInput input) private static ItemStackgetRight(CraftingRecipeInput input) 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
-
CraftingDecoratedPotRecipe
- 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
-
getBack
- Mappings:
Namespace Name Mixin selector named getBackLnet/minecraft/recipe/CraftingDecoratedPotRecipe;getBack(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/item/ItemStack;intermediary method_64976Lnet/minecraft/class_8164;method_64976(Lnet/minecraft/class_9694;)Lnet/minecraft/class_1799;official cLdes;c(Ldep;)Ldak;
-
getLeft
- Mappings:
Namespace Name Mixin selector named getLeftLnet/minecraft/recipe/CraftingDecoratedPotRecipe;getLeft(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/item/ItemStack;intermediary method_64977Lnet/minecraft/class_8164;method_64977(Lnet/minecraft/class_9694;)Lnet/minecraft/class_1799;official dLdes;d(Ldep;)Ldak;
-
getRight
- Mappings:
Namespace Name Mixin selector named getRightLnet/minecraft/recipe/CraftingDecoratedPotRecipe;getRight(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/item/ItemStack;intermediary method_64978Lnet/minecraft/class_8164;method_64978(Lnet/minecraft/class_9694;)Lnet/minecraft/class_1799;official eLdes;e(Ldep;)Ldak;
-
getFront
- Mappings:
Namespace Name Mixin selector named getFrontLnet/minecraft/recipe/CraftingDecoratedPotRecipe;getFront(Lnet/minecraft/recipe/input/CraftingRecipeInput;)Lnet/minecraft/item/ItemStack;intermediary method_64979Lnet/minecraft/class_8164;method_64979(Lnet/minecraft/class_9694;)Lnet/minecraft/class_1799;official fLdes;f(Ldep;)Ldak;
-
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/CraftingDecoratedPotRecipe;matches(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Zintermediary method_49186Lnet/minecraft/class_8164;method_49186(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Zofficial aLdes;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/CraftingDecoratedPotRecipe;craft(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_49187Lnet/minecraft/class_8164;method_49187(Lnet/minecraft/class_9694;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLdes;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;
-