net.minecraft.data.recipes

public class TransmuteRecipeBuilder

implements RecipeBuilder

pk
net.minecraft.data.recipes.TransmuteRecipeBuilder
net.minecraft.class_10243
net.minecraft.data.server.recipe.TransmuteRecipeJsonBuilder

Field summary

Modifier and TypeField
private final RecipeCategory
b
category
field_54396
category
private final Holder<Item>
c
result
field_54397
result
private final Ingredient
d
input
field_54398
input
private final Ingredient
e
material
field_54399
material
private final Map<String, Criterion<?>>
f
criteria
field_54400
advancementBuilder
private String
g
group
field_54401
group

Constructor summary

ModifierConstructor
private (RecipeCategory category, Holder<Item> result, Ingredient input, Ingredient material)

Method summary

Modifier and TypeMethod
public static TransmuteRecipeBuilder
a(pa arg0, dca arg1, dca arg2, cxl arg3)
transmute(RecipeCategory arg0, Ingredient arg1, Ingredient arg2, Item arg3)
method_64380(class_7800 arg0, class_1856 arg1, class_1856 arg2, class_1792 arg3)
create(RecipeCategory category, Ingredient input, Ingredient material, Item result)
public TransmuteRecipeBuilder
b(String arg0, ap<?> arg1)
unlockedBy(String arg0, Criterion<?> arg1)
method_64382(String arg0, class_175<?> arg1)
criterion(String arg0, AdvancementCriterion<?> arg1)
public TransmuteRecipeBuilder
b(String arg0)
group(String arg0)
method_64381(String arg0)
group(String arg0)
public Item
a()
getResult()
method_36441()
getOutputItem()
public void
a(pb arg0, aly<dce<?>> arg1)
save(RecipeOutput arg0, ResourceKey<Recipe<?>> arg1)
method_17972(class_8790 arg0, class_5321<class_1860<?>> arg1)
offerTo(RecipeExporter arg0, RegistryKey<Recipe<?>> arg1)
private void
a(aly<dce<?>> arg0)
ensureValid(ResourceKey<Recipe<?>> arg0)
method_64379(class_5321<class_1860<?>> arg0)
validate(RegistryKey<Recipe<?>> recipeKey)