Package net.minecraft.data.recipes
Class ShapedRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.CraftingRecipeBuilder
net.minecraft.data.recipes.ShapedRecipeBuilder
- All Implemented Interfaces:
 RecipeBuilder
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.data.recipes.CraftingRecipeBuilder
CraftingRecipeBuilder.CraftingResult - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RecipeCategoryprivate IConditionprivate final intprivate Stringprivate final Map<Character,Ingredient> private final Itemprivate booleanFields inherited from interface net.minecraft.data.recipes.RecipeBuilder
ROOT_RECIPE_ADVANCEMENT - 
Constructor Summary
ConstructorsConstructorDescriptionShapedRecipeBuilder(RecipeCategory p_249996_, ItemLike p_251475_, int p_248948_)  - 
Method Summary
Modifier and TypeMethodDescriptioncondition(ICondition condition) define(Character p_126125_, Ingredient p_126126_) private voidensureValid(ResourceLocation p_126144_) voidsave(RecipeOutput p_298334_, ResourceLocation p_126142_) static ShapedRecipeBuildershaped(RecipeCategory p_250853_, ItemLike p_249747_) static ShapedRecipeBuildershaped(RecipeCategory p_251325_, ItemLike p_250636_, int p_249081_) showNotification(boolean p_273326_) unlockedBy(String p_176751_, Criterion<?> p_300780_) Methods inherited from class net.minecraft.data.recipes.CraftingRecipeBuilder
determineBookCategoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.data.recipes.RecipeBuilder
save, save 
- 
Field Details
- 
category
 - 
result
 - 
count
private final int count - 
rows
 - 
key
 - 
criteria
 - 
group
 - 
showNotification
private boolean showNotification - 
condition
 
 - 
 - 
Constructor Details
- 
ShapedRecipeBuilder
 
 - 
 - 
Method Details
- 
shaped
 - 
shaped
public static ShapedRecipeBuilder shaped(RecipeCategory p_251325_, ItemLike p_250636_, int p_249081_)  - 
define
 - 
define
 - 
define
 - 
pattern
 - 
unlockedBy
- Specified by:
 unlockedByin interfaceRecipeBuilder
 - 
group
- Specified by:
 groupin interfaceRecipeBuilder
 - 
showNotification
 - 
getResult
- Specified by:
 getResultin interfaceRecipeBuilder
 - 
save
- Specified by:
 savein interfaceRecipeBuilder
 - 
condition
 - 
ensureValid
 
 -