Uses of Record Class
net.minecraft.world.item.crafting.Recipe.CommonInfo
Packages that use Recipe.CommonInfo
-
Uses of Recipe.CommonInfo in net.minecraft.data.recipes
Subinterfaces with type arguments of type Recipe.CommonInfo in net.minecraft.data.recipesMethods in net.minecraft.data.recipes that return Recipe.CommonInfoModifier and TypeMethodDescriptionstatic Recipe.CommonInfoRecipeBuilder.createCraftingCommonInfo(boolean showNotification) -
Uses of Recipe.CommonInfo in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as Recipe.CommonInfoModifier and TypeFieldDescriptionprotected final Recipe.CommonInfoNormalCraftingRecipe.commonInfoprotected final Recipe.CommonInfoSimpleSmithingRecipe.commonInfoprotected final Recipe.CommonInfoSingleItemRecipe.commonInfoFields in net.minecraft.world.item.crafting with type parameters of type Recipe.CommonInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Recipe.CommonInfo> Recipe.CommonInfo.MAP_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Recipe.CommonInfo> Recipe.CommonInfo.STREAM_CODECMethods in net.minecraft.world.item.crafting with parameters of type Recipe.CommonInfoModifier and TypeMethodDescriptionAbstractCookingRecipe.Factory.create(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo cbookInfotegory, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) SingleItemRecipe.Factory.create(Recipe.CommonInfo commonInfo, Ingredient ingredient, ItemStackTemplate result) Constructors in net.minecraft.world.item.crafting with parameters of type Recipe.CommonInfoModifierConstructorDescriptionAbstractCookingRecipe(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo bookInfo, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) BlastingRecipe(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo bookInfo, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) CampfireCookingRecipe(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo bookInfo, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) DyeRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, Ingredient target, Ingredient dye, ItemStackTemplate result) ImbueRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, Ingredient source, Ingredient material, ItemStackTemplate result) protectedNormalCraftingRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo) ShapedRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, ShapedRecipePattern pattern, ItemStackTemplate result) ShapelessRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, ItemStackTemplate result, List<Ingredient> ingredients) protectedSimpleSmithingRecipe(Recipe.CommonInfo commonInfo) SingleItemRecipe(Recipe.CommonInfo commonInfo, Ingredient input, ItemStackTemplate result) SmeltingRecipe(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo bookInfo, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) SmithingTransformRecipe(Recipe.CommonInfo commonInfo, Optional<Ingredient> template, Ingredient base, Optional<Ingredient> addition, ItemStackTemplate result) SmithingTrimRecipe(Recipe.CommonInfo commonInfo, Ingredient template, Ingredient base, Ingredient addition, Holder<TrimPattern> pattern) SmokingRecipe(Recipe.CommonInfo commonInfo, AbstractCookingRecipe.CookingBookInfo bookInfo, Ingredient ingredient, ItemStackTemplate result, float experience, int cookingTime) StonecutterRecipe(Recipe.CommonInfo commonInfo, Ingredient ingredient, ItemStackTemplate result) TransmuteRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, Ingredient input, Ingredient material, MinMaxBounds.Ints materialCount, ItemStackTemplate result, boolean addMaterialCountToResult)