Package net.minecraft.data.recipes
Class TransmuteRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.TransmuteRecipeBuilder
- All Implemented Interfaces:
RecipeBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RecipeCategory
private String
private final Ingredient
private final Ingredient
Fields inherited from interface net.minecraft.data.recipes.RecipeBuilder
ROOT_RECIPE_ADVANCEMENT
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TransmuteRecipeBuilder
(RecipeCategory p_374344_, Holder<Item> p_374428_, Ingredient p_374309_, Ingredient p_374316_) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
ensureValid
(ResourceKey<Recipe<?>> p_379810_) void
save
(RecipeOutput p_374401_, ResourceKey<Recipe<?>> p_379646_) static TransmuteRecipeBuilder
transmute
(RecipeCategory p_374068_, Ingredient p_374585_, Ingredient p_374268_, Item p_374030_) unlockedBy
(String p_374276_, Criterion<?> p_374559_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.data.recipes.RecipeBuilder
save, save
-
Field Details
-
category
-
result
-
input
-
material
-
criteria
-
group
-
-
Constructor Details
-
TransmuteRecipeBuilder
private TransmuteRecipeBuilder(RecipeCategory p_374344_, Holder<Item> p_374428_, Ingredient p_374309_, Ingredient p_374316_)
-
-
Method Details
-
transmute
public static TransmuteRecipeBuilder transmute(RecipeCategory p_374068_, Ingredient p_374585_, Ingredient p_374268_, Item p_374030_) -
unlockedBy
- Specified by:
unlockedBy
in interfaceRecipeBuilder
-
group
- Specified by:
group
in interfaceRecipeBuilder
-
getResult
- Specified by:
getResult
in interfaceRecipeBuilder
-
save
- Specified by:
save
in interfaceRecipeBuilder
-
ensureValid
-