Uses of Class
net.minecraft.world.item.crafting.ShapedRecipePattern
Packages that use ShapedRecipePattern
-
Uses of ShapedRecipePattern in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return ShapedRecipePatternModifier and TypeMethodDescriptionprivate ShapedRecipePattern
ShapedRecipeBuilder.ensureValid
(ResourceLocation pLoaction) -
Uses of ShapedRecipePattern in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as ShapedRecipePatternFields in net.minecraft.world.item.crafting with type parameters of type ShapedRecipePatternModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ShapedRecipePattern> ShapedRecipePattern.MAP_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, ShapedRecipePattern> ShapedRecipePattern.STREAM_CODEC
Methods in net.minecraft.world.item.crafting that return ShapedRecipePatternModifier and TypeMethodDescriptionprivate static ShapedRecipePattern
ShapedRecipePattern.fromNetwork
(RegistryFriendlyByteBuf p_319788_) static ShapedRecipePattern
ShapedRecipePattern.of
(Map<Character, Ingredient> pKey, String... pPattern) static ShapedRecipePattern
Methods 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 pGroup, CraftingBookCategory pCategory, ShapedRecipePattern pPattern, ItemStack pResult) ShapedRecipe
(String pGroup, CraftingBookCategory pCategory, ShapedRecipePattern pPattern, ItemStack pResult, boolean pShowNotification)