Uses of Class
net.minecraft.world.item.crafting.ShapedRecipePattern
Packages that use ShapedRecipePattern
-
Uses of ShapedRecipePattern in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as ShapedRecipePatternModifier and TypeFieldDescriptionprivate final ShapedRecipePatternMapExtendingRecipe.patternfinal ShapedRecipePatternShapedRecipe.patternFields in net.minecraft.world.item.crafting with type parameters of type ShapedRecipePatternModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ShapedRecipePattern> ShapedRecipePattern.MAP_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ShapedRecipePattern> ShapedRecipePattern.STREAM_CODECMethods in net.minecraft.world.item.crafting that return ShapedRecipePatternModifier and TypeMethodDescriptionprivate static ShapedRecipePatternShapedRecipePattern.createFromNetwork(Integer width, Integer height, List<Optional<Ingredient>> ingredients) static ShapedRecipePatternShapedRecipePattern.of(Map<Character, Ingredient> key, String... pattern) 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 data) Constructors in net.minecraft.world.item.crafting with parameters of type ShapedRecipePatternModifierConstructorDescriptionShapedRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, ShapedRecipePattern pattern, ItemStackTemplate result)