Uses of Enum Class
net.minecraft.world.item.crafting.CookingBookCategory
-
Uses of CookingBookCategory in net.minecraft.data.recipes
Modifier and TypeFieldDescriptionprivate final CookingBookCategory
SimpleCookingRecipeBuilder.bookCategory
private final CookingBookCategory
SimpleCookingRecipeBuilder.Result.category
The field for thecategory
record component.Modifier and TypeMethodDescriptionSimpleCookingRecipeBuilder.Result.category()
Returns the value of thecategory
record component.private static CookingBookCategory
SimpleCookingRecipeBuilder.determineBlastingRecipeCategory
(ItemLike p_249047_) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> p_251261_, ItemLike p_249582_) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineSmeltingRecipeCategory
(ItemLike p_251938_) ModifierConstructorDescription(package private)
Result
(ResourceLocation id, String group, CookingBookCategory category, Ingredient ingredient, Item result, float experience, int cookingTime, AdvancementHolder advancement, RecipeSerializer<? extends AbstractCookingRecipe> type) Creates an instance of aResult
record class.private
SimpleCookingRecipeBuilder
(RecipeCategory p_251345_, CookingBookCategory p_251607_, ItemLike p_252112_, Ingredient p_250362_, float p_251204_, int p_250189_, RecipeSerializer<? extends AbstractCookingRecipe> p_249915_) -
Uses of CookingBookCategory in net.minecraft.world.item.crafting
Modifier and TypeFieldDescriptionprotected final CookingBookCategory
AbstractCookingRecipe.category
Modifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<CookingBookCategory>
CookingBookCategory.CODEC
Modifier 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.Modifier and TypeMethodDescriptionSimpleCookingSerializer.CookieBaker.create
(String p_44354_, CookingBookCategory p_249487_, Ingredient p_44355_, ItemStack p_44356_, float p_44357_, int p_44358_) ModifierConstructorDescriptionAbstractCookingRecipe
(RecipeType<?> p_250197_, String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_) BlastingRecipe
(String p_251053_, CookingBookCategory p_249936_, Ingredient p_251550_, ItemStack p_251027_, float p_250843_, int p_249841_) CampfireCookingRecipe
(String p_250140_, CookingBookCategory p_251808_, Ingredient p_249826_, ItemStack p_251839_, float p_251432_, int p_251471_) SmeltingRecipe
(String p_250200_, CookingBookCategory p_251114_, Ingredient p_250340_, ItemStack p_250306_, float p_249577_, int p_250030_) SmokingRecipe
(String p_249312_, CookingBookCategory p_251017_, Ingredient p_252345_, ItemStack p_250002_, float p_250535_, int p_251222_)