Uses of Enum Class
net.minecraft.world.item.crafting.CookingBookCategory
Packages that use CookingBookCategory
-
Uses of CookingBookCategory in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as CookingBookCategoryModifier and TypeFieldDescriptionprivate final CookingBookCategorySimpleCookingRecipeBuilder.cookingCategoryMethods in net.minecraft.data.recipes with parameters of type CookingBookCategoryModifier and TypeMethodDescriptionstatic SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.blasting(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStack result, float experience, int cookingTime) static SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.blasting(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStack result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, AbstractCookingRecipe.Factory<T> factory) protected voidRecipeProvider.oreBlasting(List<ItemLike> smeltables, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, String group) protected <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking(AbstractCookingRecipe.Factory<T> factory, List<ItemLike> smeltables, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, String group, String fromDesc) protected voidRecipeProvider.oreSmelting(List<ItemLike> smeltables, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime, String group) static SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.smelting(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStack result, float experience, int cookingTime) static SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.smelting(Ingredient ingredient, RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, float experience, int cookingTime) Constructors in net.minecraft.data.recipes with parameters of type CookingBookCategoryModifierConstructorDescriptionprivateSimpleCookingRecipeBuilder(RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemStackTemplate result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) privateSimpleCookingRecipeBuilder(RecipeCategory craftingCategory, CookingBookCategory cookingCategory, ItemLike result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) -
Uses of CookingBookCategory in net.minecraft.world.item.crafting
Subclasses with type arguments of type CookingBookCategory in net.minecraft.world.item.craftingClasses in net.minecraft.world.item.crafting that implement interfaces with type arguments of type CookingBookCategoryFields in net.minecraft.world.item.crafting declared as CookingBookCategoryModifier and TypeFieldDescriptionprivate final CookingBookCategoryAbstractCookingRecipe.CookingBookInfo.categoryThe field for thecategoryrecord component.Fields in net.minecraft.world.item.crafting with type parameters of type CookingBookCategoryModifier and TypeFieldDescriptionprivate static final IntFunction<CookingBookCategory> CookingBookCategory.BY_IDstatic final com.mojang.serialization.Codec<CookingBookCategory> CookingBookCategory.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, CookingBookCategory> CookingBookCategory.STREAM_CODECMethods in net.minecraft.world.item.crafting that return CookingBookCategoryModifier and TypeMethodDescriptionAbstractCookingRecipe.category()AbstractCookingRecipe.CookingBookInfo.category()Returns the value of thecategoryrecord component.static CookingBookCategoryReturns the enum constant of this class with the specified name.static CookingBookCategory[]CookingBookCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.item.crafting with parameters of type CookingBookCategoryModifierConstructorDescriptionCookingBookInfo(CookingBookCategory category, String group) Creates an instance of aCookingBookInforecord class.