Package net.minecraft.data.recipes
Class ShapelessRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.ShapelessRecipeBuilder
- All Implemented Interfaces:
- RecipeBuilder
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RecipeCategoryprivate final intprivate Stringprivate final NonNullList<Ingredient>private final Itemprivate final ItemStackFields inherited from interface net.minecraft.data.recipes.RecipeBuilderROOT_RECIPE_ADVANCEMENT
- 
Constructor SummaryConstructorsConstructorDescriptionShapelessRecipeBuilder(RecipeCategory p_250837_, ItemStack result) ShapelessRecipeBuilder(RecipeCategory p_250837_, ItemLike p_251897_, int p_252227_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidensureValid(ResourceLocation p_126208_) requires(Ingredient p_126185_) requires(Ingredient p_126187_, int p_126188_) voidsave(RecipeOutput p_301215_, ResourceLocation p_126206_) static ShapelessRecipeBuildershapeless(RecipeCategory p_252339_, ItemStack result) static ShapelessRecipeBuildershapeless(RecipeCategory p_250714_, ItemLike p_249659_) static ShapelessRecipeBuildershapeless(RecipeCategory p_252339_, ItemLike p_250836_, int p_249928_) unlockedBy(String p_176781_, Criterion<?> p_300897_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.data.recipes.RecipeBuildersave, save
- 
Field Details- 
category
- 
result
- 
countprivate final int count
- 
resultStack
- 
ingredients
- 
criteria
- 
group
 
- 
- 
Constructor Details- 
ShapelessRecipeBuilder
- 
ShapelessRecipeBuilder
 
- 
- 
Method Details- 
shapeless
- 
shapelesspublic static ShapelessRecipeBuilder shapeless(RecipeCategory p_252339_, ItemLike p_250836_, int p_249928_) 
- 
shapeless
- 
requires
- 
requires
- 
requires
- 
requires
- 
requires
- 
unlockedBy- Specified by:
- unlockedByin interface- RecipeBuilder
 
- 
group- Specified by:
- groupin interface- RecipeBuilder
 
- 
getResult- Specified by:
- getResultin interface- RecipeBuilder
 
- 
save- Specified by:
- savein interface- RecipeBuilder
 
- 
ensureValid
 
-