Package net.minecraft.recipe
Class SmithingTransformRecipe
java.lang.Object
net.minecraft.recipe.SmithingTransformRecipe
- All Implemented Interfaces:
Recipe<SmithingRecipeInput>,SmithingRecipe
- Mappings:
Namespace Name named net/minecraft/recipe/SmithingTransformRecipeintermediary net/minecraft/class_8060official dqa
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Optional<Ingredient> (package private) final Ingredientprivate @Nullable IngredientPlacement(package private) final TransmuteRecipeResult(package private) final Optional<Ingredient> Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, KEY_CODEC, PACKET_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipe(Optional<Ingredient> template, Ingredient base, Optional<Ingredient> addition, TransmuteRecipeResult result) -
Method Summary
Modifier and TypeMethodDescriptionaddition()base()craft(SmithingRecipeInput smithingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.invalid reference
list of recipe displays corresponding to the recipeReturns the serializer associated with this recipe.template()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
getGroup, isIgnoredInRecipeBook, showNotificationMethods inherited from interface net.minecraft.recipe.SmithingRecipe
getRecipeBookCategory, getType, matches
-
Field Details
-
template
- Mappings:
Namespace Name Mixin selector named templateLnet/minecraft/recipe/SmithingTransformRecipe;template:Ljava/util/Optional;intermediary field_42030Lnet/minecraft/class_8060;field_42030:Ljava/util/Optional;official dLdqa;d:Ljava/util/Optional;
-
base
- Mappings:
Namespace Name Mixin selector named baseLnet/minecraft/recipe/SmithingTransformRecipe;base:Lnet/minecraft/recipe/Ingredient;intermediary field_42031Lnet/minecraft/class_8060;field_42031:Lnet/minecraft/class_1856;official eLdqa;e:Ldoz;
-
addition
- Mappings:
Namespace Name Mixin selector named additionLnet/minecraft/recipe/SmithingTransformRecipe;addition:Ljava/util/Optional;intermediary field_42032Lnet/minecraft/class_8060;field_42032:Ljava/util/Optional;official fLdqa;f:Ljava/util/Optional;
-
result
- Mappings:
Namespace Name Mixin selector named resultLnet/minecraft/recipe/SmithingTransformRecipe;result:Lnet/minecraft/recipe/TransmuteRecipeResult;intermediary field_42033Lnet/minecraft/class_8060;field_42033:Lnet/minecraft/class_10591;official gLdqa;g:Ldqg;
-
ingredientPlacement
- Mappings:
Namespace Name Mixin selector named ingredientPlacementLnet/minecraft/recipe/SmithingTransformRecipe;ingredientPlacement:Lnet/minecraft/recipe/IngredientPlacement;intermediary field_52605Lnet/minecraft/class_8060;field_52605:Lnet/minecraft/class_9887;official hLdqa;h:Ldpc;
-
-
Constructor Details
-
SmithingTransformRecipe
public SmithingTransformRecipe(Optional<Ingredient> template, Ingredient base, Optional<Ingredient> addition, TransmuteRecipeResult result) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/SmithingTransformRecipe;<init>(Ljava/util/Optional;Lnet/minecraft/recipe/Ingredient;Ljava/util/Optional;Lnet/minecraft/recipe/TransmuteRecipeResult;)Vintermediary <init>Lnet/minecraft/class_8060;<init>(Ljava/util/Optional;Lnet/minecraft/class_1856;Ljava/util/Optional;Lnet/minecraft/class_10591;)Vofficial <init>Ldqa;<init>(Ljava/util/Optional;Ldoz;Ljava/util/Optional;Ldqg;)V
-
-
Method Details
-
craft
public ItemStack craft(SmithingRecipeInput smithingRecipeInput, 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.
- Specified by:
craftin interfaceRecipe<SmithingRecipeInput>- Returns:
- the resulting item stack
- Mappings:
Namespace Name Mixin selector named craftLnet/minecraft/recipe/SmithingTransformRecipe;craft(Lnet/minecraft/recipe/input/SmithingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_60000Lnet/minecraft/class_8060;method_60000(Lnet/minecraft/class_9697;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLdqa;a(Ldpz;Ljl$a;)Ldkf;
-
template
- Specified by:
templatein interfaceSmithingRecipe- Mappings:
Namespace Name Mixin selector named templateLnet/minecraft/recipe/SmithingRecipe;template()Ljava/util/Optional;intermediary method_64722Lnet/minecraft/class_8059;method_64722()Ljava/util/Optional;official cLdpy;c()Ljava/util/Optional;
-
base
- Specified by:
basein interfaceSmithingRecipe- Mappings:
Namespace Name Mixin selector named baseLnet/minecraft/recipe/SmithingRecipe;base()Lnet/minecraft/recipe/Ingredient;intermediary method_64723Lnet/minecraft/class_8059;method_64723()Lnet/minecraft/class_1856;official fLdpy;f()Ldoz;
-
addition
- Specified by:
additionin interfaceSmithingRecipe- Mappings:
Namespace Name Mixin selector named additionLnet/minecraft/recipe/SmithingRecipe;addition()Ljava/util/Optional;intermediary method_64724Lnet/minecraft/class_8059;method_64724()Ljava/util/Optional;official kLdpy;k()Ljava/util/Optional;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializerin interfaceRecipe<SmithingRecipeInput>- Specified by:
getSerializerin interfaceSmithingRecipe- 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 aLdpd;a()Ldpn;
-
getIngredientPlacement
- Specified by:
getIngredientPlacementin interfaceRecipe<SmithingRecipeInput>- Mappings:
Namespace Name Mixin selector named getIngredientPlacementLnet/minecraft/recipe/Recipe;getIngredientPlacement()Lnet/minecraft/recipe/IngredientPlacement;intermediary method_61671Lnet/minecraft/class_1860;method_61671()Lnet/minecraft/class_9887;official aq_Ldpd;aq_()Ldpc;
-
getDisplays
invalid reference
list of recipe displays corresponding to the recipeRecipe displays are sent to the client and displayed in the recipe book. One recipe can have multiple displays.
- Specified by:
getDisplaysin interfaceRecipe<SmithingRecipeInput>- Mappings:
Namespace Name Mixin selector named getDisplaysLnet/minecraft/recipe/Recipe;getDisplays()Ljava/util/List;intermediary method_64664Lnet/minecraft/class_1860;method_64664()Ljava/util/List;official gLdpd;g()Ljava/util/List;
-