Package net.minecraft.data.server.recipe
Class SmithingTransformRecipeJsonBuilder
java.lang.Object
net.minecraft.data.server.recipe.SmithingTransformRecipeJsonBuilder
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder
intermediary net/minecraft/class_8074
official ph
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Ingredient
private final Ingredient
private final RecipeCategory
private final Map
<String, AdvancementCriterion<?>> private final Item
private final Ingredient
-
Constructor Summary
ConstructorDescriptionSmithingTransformRecipeJsonBuilder
(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) void
offerTo
(RecipeExporter exporter, String recipeId) void
offerTo
(RecipeExporter exporter, RegistryKey<Recipe<?>> recipeKey) private void
validate
(RegistryKey<Recipe<?>> recipeKey)
-
Field Details
-
template
- Mappings:
Namespace Name Mixin selector named template
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;template:Lnet/minecraft/recipe/Ingredient;
intermediary field_42090
Lnet/minecraft/class_8074;field_42090:Lnet/minecraft/class_1856;
official a
Lph;a:Ldbz;
-
base
- Mappings:
Namespace Name Mixin selector named base
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;base:Lnet/minecraft/recipe/Ingredient;
intermediary field_42091
Lnet/minecraft/class_8074;field_42091:Lnet/minecraft/class_1856;
official b
Lph;b:Ldbz;
-
addition
- Mappings:
Namespace Name Mixin selector named addition
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;addition:Lnet/minecraft/recipe/Ingredient;
intermediary field_42092
Lnet/minecraft/class_8074;field_42092:Lnet/minecraft/class_1856;
official c
Lph;c:Ldbz;
-
category
- Mappings:
Namespace Name Mixin selector named category
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;category:Lnet/minecraft/recipe/book/RecipeCategory;
intermediary field_42093
Lnet/minecraft/class_8074;field_42093:Lnet/minecraft/class_7800;
official d
Lph;d:Lpa;
-
result
- Mappings:
Namespace Name Mixin selector named result
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;result:Lnet/minecraft/item/Item;
intermediary field_42094
Lnet/minecraft/class_8074;field_42094:Lnet/minecraft/class_1792;
official e
Lph;e:Lcxk;
-
criteria
- Mappings:
Namespace Name Mixin selector named criteria
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;criteria:Ljava/util/Map;
intermediary field_46152
Lnet/minecraft/class_8074;field_46152:Ljava/util/Map;
official f
Lph;f:Ljava/util/Map;
-
-
Constructor Details
-
SmithingTransformRecipeJsonBuilder
public SmithingTransformRecipeJsonBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) - Mappings:
Namespace Name Mixin selector named <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
intermediary <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;)V
official <init>
Lph;<init>(Ldbz;Ldbz;Ldbz;Lpa;Lcxk;)V
-
-
Method Details
-
create
public static SmithingTransformRecipeJsonBuilder create(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) - Mappings:
Namespace Name Mixin selector named create
Lnet/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;
intermediary method_48535
Lnet/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;
official a
Lph;a(Ldbz;Ldbz;Ldbz;Lpa;Lcxk;)Lph;
-
criterion
- Mappings:
Namespace Name Mixin selector named criterion
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;criterion(Ljava/lang/String;Lnet/minecraft/advancement/AdvancementCriterion;)Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;
intermediary method_48536
Lnet/minecraft/class_8074;method_48536(Ljava/lang/String;Lnet/minecraft/class_175;)Lnet/minecraft/class_8074;
official a
Lph;a(Ljava/lang/String;Lap;)Lph;
-
offerTo
- Mappings:
Namespace Name Mixin selector named offerTo
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;offerTo(Lnet/minecraft/data/server/recipe/RecipeExporter;Ljava/lang/String;)V
intermediary method_48538
Lnet/minecraft/class_8074;method_48538(Lnet/minecraft/class_8790;Ljava/lang/String;)V
official a
Lph;a(Lpb;Ljava/lang/String;)V
-
offerTo
- Mappings:
Namespace Name Mixin selector named offerTo
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;offerTo(Lnet/minecraft/data/server/recipe/RecipeExporter;Lnet/minecraft/registry/RegistryKey;)V
intermediary method_48537
Lnet/minecraft/class_8074;method_48537(Lnet/minecraft/class_8790;Lnet/minecraft/class_5321;)V
official a
Lph;a(Lpb;Laly;)V
-
validate
- Mappings:
Namespace Name Mixin selector named validate
Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder;validate(Lnet/minecraft/registry/RegistryKey;)V
intermediary method_48534
Lnet/minecraft/class_8074;method_48534(Lnet/minecraft/class_5321;)V
official a
Lph;a(Laly;)V
-