Package net.minecraft.data
Class ShapedRecipeBuilder
java.lang.Object
net.minecraft.data.ShapedRecipeBuilder
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Advancement.Builderprivate final intprivate Stringprivate final Map<Character,Ingredient> private static final org.apache.logging.log4j.Loggerprivate final Item -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefine(Character p_200471_1_, Ingredient p_200471_2_) define(Character p_200462_1_, IItemProvider p_200462_2_) private voidensureValid(ResourceLocation p_200463_1_) voidsave(Consumer<IFinishedRecipe> p_200464_1_) voidsave(Consumer<IFinishedRecipe> p_200466_1_, String p_200466_2_) voidsave(Consumer<IFinishedRecipe> p_200467_1_, ResourceLocation p_200467_2_) static ShapedRecipeBuildershaped(IItemProvider p_200470_0_) static ShapedRecipeBuildershaped(IItemProvider p_200468_0_, int p_200468_1_) unlockedBy(String p_200465_1_, ICriterionInstance p_200465_2_)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
result
-
count
private final int count -
rows
-
key
-
advancement
-
group
-
-
Constructor Details
-
ShapedRecipeBuilder
-
-
Method Details
-
shaped
-
shaped
-
define
-
define
-
define
-
pattern
-
unlockedBy
-
group
-
save
-
save
-
save
-
ensureValid
-