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.bookCategoryMethods in net.minecraft.data.recipes that return CookingBookCategoryModifier and TypeMethodDescriptionprivate static CookingBookCategorySimpleCookingRecipeBuilder.determineBlastingRecipeCategory(ItemLike result) private static CookingBookCategorySimpleCookingRecipeBuilder.determineRecipeCategory(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemLike result) private static CookingBookCategorySimpleCookingRecipeBuilder.determineSmeltingRecipeCategory(ItemLike result) Constructors in net.minecraft.data.recipes with parameters of type CookingBookCategoryModifierConstructorDescriptionprivateSimpleCookingRecipeBuilder(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemStack result, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) privateSimpleCookingRecipeBuilder(RecipeCategory category, CookingBookCategory bookCategory, ItemLike result, Ingredient ingredient, float experience, int cookingTime, AbstractCookingRecipe.Factory<?> factory) -
Uses of CookingBookCategory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as CookingBookCategoryModifier and TypeFieldDescriptionprotected final CookingBookCategoryAbstractCookingRecipe.categoryFields in net.minecraft.world.item.crafting with type parameters of type CookingBookCategoryModifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<CookingBookCategory> CookingBookCategory.CODECMethods in net.minecraft.world.item.crafting that return CookingBookCategoryModifier and TypeMethodDescriptionAbstractCookingRecipe.category()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.Methods in net.minecraft.world.item.crafting with parameters of type CookingBookCategoryModifier and TypeMethodDescriptionAbstractCookingRecipe.Factory.create(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SimpleCookingSerializer.create(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) Constructors in net.minecraft.world.item.crafting with parameters of type CookingBookCategoryModifierConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) BlastingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CampfireCookingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SmeltingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SmokingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime)