Package net.minecraft.data.server.recipe
Class SmithingTrimRecipeJsonBuilder
java.lang.Object
net.minecraft.data.server.recipe.SmithingTrimRecipeJsonBuilder
- Mappings:
Namespace Name official nf
intermediary net/minecraft/class_8076
named net/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Ingredient
private final Ingredient
private final RecipeCategory
private final Map<String,
AdvancementCriterion<?>> private final Ingredient
-
Constructor Summary
ConstructorDescriptionSmithingTrimRecipeJsonBuilder
(RecipeCategory category, Ingredient template, Ingredient base, Ingredient addition) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category) criterion
(String name, AdvancementCriterion<?> criterion) void
offerTo
(RecipeExporter exporter, Identifier recipeId) private void
validate
(Identifier recipeId)
-
Field Details
-
category
- Mappings:
Namespace Name Mixin selector official a
Lnf;a:Lmx;
intermediary field_42097
Lnet/minecraft/class_8076;field_42097:Lnet/minecraft/class_7800;
named category
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;category:Lnet/minecraft/recipe/book/RecipeCategory;
-
template
- Mappings:
Namespace Name Mixin selector official b
Lnf;b:Lcpz;
intermediary field_42098
Lnet/minecraft/class_8076;field_42098:Lnet/minecraft/class_1856;
named template
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;template:Lnet/minecraft/recipe/Ingredient;
-
base
- Mappings:
Namespace Name Mixin selector official c
Lnf;c:Lcpz;
intermediary field_42099
Lnet/minecraft/class_8076;field_42099:Lnet/minecraft/class_1856;
named base
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;base:Lnet/minecraft/recipe/Ingredient;
-
addition
- Mappings:
Namespace Name Mixin selector official d
Lnf;d:Lcpz;
intermediary field_42100
Lnet/minecraft/class_8076;field_42100:Lnet/minecraft/class_1856;
named addition
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;addition:Lnet/minecraft/recipe/Ingredient;
-
criteria
- Mappings:
Namespace Name Mixin selector official e
Lnf;e:Ljava/util/Map;
intermediary field_46153
Lnet/minecraft/class_8076;field_46153:Ljava/util/Map;
named criteria
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;criteria:Ljava/util/Map;
-
-
Constructor Details
-
SmithingTrimRecipeJsonBuilder
public SmithingTrimRecipeJsonBuilder(RecipeCategory category, Ingredient template, Ingredient base, Ingredient addition) - Mappings:
Namespace Name Mixin selector official <init>
Lnf;<init>(Lmx;Lcpz;Lcpz;Lcpz;)V
intermediary <init>
Lnet/minecraft/class_8076;<init>(Lnet/minecraft/class_7800;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;)V
named <init>
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;<init>(Lnet/minecraft/recipe/book/RecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;)V
-
-
Method Details
-
create
public static SmithingTrimRecipeJsonBuilder create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category) - Mappings:
Namespace Name Mixin selector official a
Lnf;a(Lcpz;Lcpz;Lcpz;Lmx;)Lnf;
intermediary method_48540
Lnet/minecraft/class_8076;method_48540(Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_7800;)Lnet/minecraft/class_8076;
named create
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;create(Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/book/RecipeCategory;)Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;
-
criterion
- Mappings:
Namespace Name Mixin selector official a
Lnf;a(Ljava/lang/String;Lan;)Lnf;
intermediary method_48541
Lnet/minecraft/class_8076;method_48541(Ljava/lang/String;Lnet/minecraft/class_175;)Lnet/minecraft/class_8076;
named criterion
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;criterion(Ljava/lang/String;Lnet/minecraft/advancement/AdvancementCriterion;)Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;
-
offerTo
- Mappings:
Namespace Name Mixin selector official a
Lnf;a(Lmy;Lahg;)V
intermediary method_48542
Lnet/minecraft/class_8076;method_48542(Lnet/minecraft/class_8790;Lnet/minecraft/class_2960;)V
named offerTo
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;offerTo(Lnet/minecraft/data/server/recipe/RecipeExporter;Lnet/minecraft/util/Identifier;)V
-
validate
- Mappings:
Namespace Name Mixin selector official a
Lnf;a(Lahg;)V
intermediary method_48539
Lnet/minecraft/class_8076;method_48539(Lnet/minecraft/class_2960;)V
named validate
Lnet/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder;validate(Lnet/minecraft/util/Identifier;)V
-