Uses of Class
net.minecraft.world.item.crafting.ShapedRecipePattern
-
Uses of ShapedRecipePattern in net.minecraft.data.recipes
Modifier and TypeMethodDescriptionprivate ShapedRecipePattern
ShapedRecipeBuilder.ensureValid
(ResourceLocation p_126144_) -
Uses of ShapedRecipePattern in net.minecraft.world.item.crafting
Modifier and TypeFieldDescription(package private) final ShapedRecipePattern
ShapedRecipe.pattern
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ShapedRecipePattern> ShapedRecipePattern.MAP_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, ShapedRecipePattern> ShapedRecipePattern.STREAM_CODEC
Modifier and TypeMethodDescriptionprivate static ShapedRecipePattern
ShapedRecipePattern.fromNetwork
(RegistryFriendlyByteBuf p_319788_) static ShapedRecipePattern
ShapedRecipePattern.of
(Map<Character, Ingredient> p_312851_, String... p_312645_) static ShapedRecipePattern
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<ShapedRecipePattern> ShapedRecipePattern.unpack
(ShapedRecipePattern.Data p_312037_) ModifierConstructorDescriptionShapedRecipe
(String p_250221_, CraftingBookCategory p_250716_, ShapedRecipePattern p_312814_, ItemStack p_248581_) ShapedRecipe
(String p_272759_, CraftingBookCategory p_273506_, ShapedRecipePattern p_312827_, ItemStack p_272852_, boolean p_312010_)