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 CookingBookCategory
SimpleCookingRecipeBuilder.bookCategory
Methods in net.minecraft.data.recipes that return CookingBookCategoryModifier and TypeMethodDescriptionprivate static CookingBookCategory
SimpleCookingRecipeBuilder.determineBlastingRecipeCategory
(ItemLike result) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemLike result) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineSmeltingRecipeCategory
(ItemLike result) Constructors in net.minecraft.data.recipes with parameters of type CookingBookCategoryModifierConstructorDescriptionprivate
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemStack result, Ingredient p_250362_, float p_251204_, int p_250189_, AbstractCookingRecipe.Factory<?> p_311960_) private
SimpleCookingRecipeBuilder
(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 CookingBookCategory
AbstractCookingRecipe.category
Fields in net.minecraft.world.item.crafting with type parameters of type CookingBookCategoryModifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec
<CookingBookCategory> CookingBookCategory.CODEC
Methods in net.minecraft.world.item.crafting that return CookingBookCategoryModifier and TypeMethodDescriptionAbstractCookingRecipe.category()
static CookingBookCategory
Returns 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)