Uses of Record Class
net.minecraft.world.item.crafting.ShapedRecipePattern
Packages that use ShapedRecipePattern
- 
Uses of ShapedRecipePattern in net.minecraft.data.recipesMethods in net.minecraft.data.recipes that return ShapedRecipePatternModifier and TypeMethodDescriptionprivate ShapedRecipePatternShapedRecipeBuilder.ensureValid(ResourceLocation p_126144_) 
- 
Uses of ShapedRecipePattern in net.minecraft.world.item.craftingFields in net.minecraft.world.item.crafting declared as ShapedRecipePatternModifier and TypeFieldDescription(package private) final ShapedRecipePatternShapedRecipe.patternFields in net.minecraft.world.item.crafting with type parameters of type ShapedRecipePatternModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ShapedRecipePattern>ShapedRecipePattern.MAP_CODECMethods in net.minecraft.world.item.crafting that return ShapedRecipePatternModifier and TypeMethodDescriptionstatic ShapedRecipePatternShapedRecipePattern.fromNetwork(FriendlyByteBuf p_312006_) static ShapedRecipePatternShapedRecipePattern.of(Map<Character, Ingredient> p_312851_, String... p_312645_) static ShapedRecipePatternMethods in net.minecraft.world.item.crafting that return types with arguments of type ShapedRecipePatternModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<ShapedRecipePattern>ShapedRecipePattern.unpack(ShapedRecipePattern.Data p_312037_) Constructors in net.minecraft.world.item.crafting with parameters of type ShapedRecipePatternModifierConstructorDescriptionShapedRecipe(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_)