Package net.minecraft.data.server.recipe
Class SmithingTransformRecipeJsonBuilder
java.lang.Object
net.minecraft.data.server.recipe.SmithingTransformRecipeJsonBuilder
- Mappings:
Namespace Name official neintermediary net/minecraft/class_8074named net/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Ingredientprivate final Ingredientprivate final RecipeCategoryprivate final Map<String,AdvancementCriterion<?>> private final Itemprivate final Ingredient -
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipeJsonBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) -
Method Summary
Modifier and TypeMethodDescriptioncreate(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) criterion(String name, AdvancementCriterion<?> criterion) voidofferTo(RecipeExporter exporter, String recipeId) voidofferTo(RecipeExporter exporter, Identifier recipeId) private voidvalidate(Identifier recipeId)
-
Field Details
-
template
- Mappings:
Namespace Name Mixin selector official aLne;a:Lcpz;intermediary field_42090Lnet/minecraft/class_8074;field_42090:Lnet/minecraft/class_1856;named templateLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;template:Lnet/minecraft/recipe/Ingredient;
-
base
- Mappings:
Namespace Name Mixin selector official bLne;b:Lcpz;intermediary field_42091Lnet/minecraft/class_8074;field_42091:Lnet/minecraft/class_1856;named baseLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;base:Lnet/minecraft/recipe/Ingredient;
-
addition
- Mappings:
Namespace Name Mixin selector official cLne;c:Lcpz;intermediary field_42092Lnet/minecraft/class_8074;field_42092:Lnet/minecraft/class_1856;named additionLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;addition:Lnet/minecraft/recipe/Ingredient;
-
category
- Mappings:
Namespace Name Mixin selector official dLne;d:Lmx;intermediary field_42093Lnet/minecraft/class_8074;field_42093:Lnet/minecraft/class_7800;named categoryLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;category:Lnet/minecraft/recipe/book/RecipeCategory;
-
result
- Mappings:
Namespace Name Mixin selector official eLne;e:Lcmt;intermediary field_42094Lnet/minecraft/class_8074;field_42094:Lnet/minecraft/class_1792;named resultLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;result:Lnet/minecraft/item/Item;
-
criteria
- Mappings:
Namespace Name Mixin selector official fLne;f:Ljava/util/Map;intermediary field_46152Lnet/minecraft/class_8074;field_46152:Ljava/util/Map;named criteriaLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;criteria:Ljava/util/Map;
-
-
Constructor Details
-
SmithingTransformRecipeJsonBuilder
public SmithingTransformRecipeJsonBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) - Mappings:
Namespace Name Mixin selector official <init>Lne;<init>(Lcpz;Lcpz;Lcpz;Lmx;Lcmt;)Vintermediary <init>Lnet/minecraft/class_8074;<init>(Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_7800;Lnet/minecraft/class_1792;)Vnamed <init>Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;<init>(Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/book/RecipeCategory;Lnet/minecraft/item/Item;)V
-
-
Method Details
-
create
public static SmithingTransformRecipeJsonBuilder create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) - Mappings:
Namespace Name Mixin selector official aLne;a(Lcpz;Lcpz;Lcpz;Lmx;Lcmt;)Lne;intermediary method_48535Lnet/minecraft/class_8074;method_48535(Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_7800;Lnet/minecraft/class_1792;)Lnet/minecraft/class_8074;named createLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;create(Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/book/RecipeCategory;Lnet/minecraft/item/Item;)Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;
-
criterion
- Mappings:
Namespace Name Mixin selector official aLne;a(Ljava/lang/String;Lan;)Lne;intermediary method_48536Lnet/minecraft/class_8074;method_48536(Ljava/lang/String;Lnet/minecraft/class_175;)Lnet/minecraft/class_8074;named criterionLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;criterion(Ljava/lang/String;Lnet/minecraft/advancement/AdvancementCriterion;)Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;
-
offerTo
- Mappings:
Namespace Name Mixin selector official aLne;a(Lmy;Ljava/lang/String;)Vintermediary method_48538Lnet/minecraft/class_8074;method_48538(Lnet/minecraft/class_8790;Ljava/lang/String;)Vnamed offerToLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;offerTo(Lnet/minecraft/data/server/recipe/RecipeExporter;Ljava/lang/String;)V
-
offerTo
- Mappings:
Namespace Name Mixin selector official aLne;a(Lmy;Lahg;)Vintermediary method_48537Lnet/minecraft/class_8074;method_48537(Lnet/minecraft/class_8790;Lnet/minecraft/class_2960;)Vnamed offerToLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;offerTo(Lnet/minecraft/data/server/recipe/RecipeExporter;Lnet/minecraft/util/Identifier;)V
-
validate
- Mappings:
Namespace Name Mixin selector official aLne;a(Lahg;)Vintermediary method_48534Lnet/minecraft/class_8074;method_48534(Lnet/minecraft/class_2960;)Vnamed validateLnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;validate(Lnet/minecraft/util/Identifier;)V
-