Uses of Record 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
Modifier and TypeMethodDescriptionstatic ShapedRecipePattern
ShapedRecipePattern.fromNetwork
(FriendlyByteBuf p_310753_) static ShapedRecipePattern
ShapedRecipePattern.of
(Map<Character, Ingredient> p_310983_, String... p_310430_) static ShapedRecipePattern
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<ShapedRecipePattern>
ShapedRecipePattern.unpack
(ShapedRecipePattern.Data p_312333_) ModifierConstructorDescriptionShapedRecipe
(String p_272759_, CraftingBookCategory p_273506_, ShapedRecipePattern p_310709_, ItemStack p_272852_) ShapedRecipe
(String p_250221_, CraftingBookCategory p_250716_, ShapedRecipePattern p_312200_, ItemStack p_248581_, boolean p_310619_)