Uses of Record Class
net.minecraft.world.item.crafting.CraftingRecipe.CraftingBookInfo
Packages that use CraftingRecipe.CraftingBookInfo
-
Uses of CraftingRecipe.CraftingBookInfo in net.minecraft.data.recipes
Subinterfaces with type arguments of type CraftingRecipe.CraftingBookInfo in net.minecraft.data.recipesMethods in net.minecraft.data.recipes that return CraftingRecipe.CraftingBookInfoModifier and TypeMethodDescriptionRecipeBuilder.createCraftingBookInfo(RecipeCategory category, @Nullable String group) -
Uses of CraftingRecipe.CraftingBookInfo in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as CraftingRecipe.CraftingBookInfoModifier and TypeFieldDescriptionprotected final CraftingRecipe.CraftingBookInfoNormalCraftingRecipe.bookInfoFields in net.minecraft.world.item.crafting with type parameters of type CraftingRecipe.CraftingBookInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CraftingRecipe.CraftingBookInfo> CraftingRecipe.CraftingBookInfo.MAP_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, CraftingRecipe.CraftingBookInfo> CraftingRecipe.CraftingBookInfo.STREAM_CODECConstructors in net.minecraft.world.item.crafting with parameters of type CraftingRecipe.CraftingBookInfoModifierConstructorDescriptionDyeRecipe(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) TransmuteRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, Ingredient input, Ingredient material, MinMaxBounds.Ints materialCount, ItemStackTemplate result, boolean addMaterialCountToResult)