Uses of Enum Class
net.minecraft.recipe.book.CookingRecipeCategory
Packages that use CookingRecipeCategory
-
Uses of CookingRecipeCategory in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as CookingRecipeCategoryModifier and TypeFieldDescriptionprivate final CookingRecipeCategory
CookingRecipeJsonBuilder.cookingCategory
Methods in net.minecraft.data.server.recipe that return CookingRecipeCategoryModifier and TypeMethodDescriptionprivate static CookingRecipeCategory
CookingRecipeJsonBuilder.getBlastingRecipeCategory
(ItemConvertible output) private static CookingRecipeCategory
CookingRecipeJsonBuilder.getCookingRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemConvertible output) private static CookingRecipeCategory
CookingRecipeJsonBuilder.getSmeltingRecipeCategory
(ItemConvertible output) Constructors in net.minecraft.data.server.recipe with parameters of type CookingRecipeCategoryModifierConstructorDescriptionprivate
CookingRecipeJsonBuilder
(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, AbstractCookingRecipe.RecipeFactory<?> recipeFactory) -
Uses of CookingRecipeCategory in net.minecraft.recipe
Fields in net.minecraft.recipe declared as CookingRecipeCategoryModifier and TypeFieldDescriptionprotected final CookingRecipeCategory
AbstractCookingRecipe.category
Methods in net.minecraft.recipe that return CookingRecipeCategoryMethods in net.minecraft.recipe with parameters of type CookingRecipeCategoryModifier and TypeMethodDescriptionAbstractCookingRecipe.RecipeFactory.create
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CookingRecipeSerializer.create
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) Constructors in net.minecraft.recipe with parameters of type CookingRecipeCategoryModifierConstructorDescriptionAbstractCookingRecipe
(RecipeType<?> type, String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) BlastingRecipe
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) CampfireCookingRecipe
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SmeltingRecipe
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) SmokingRecipe
(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) -
Uses of CookingRecipeCategory in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type CookingRecipeCategoryModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<CookingRecipeCategory> CookingRecipeCategory.CODEC
Methods in net.minecraft.recipe.book that return CookingRecipeCategoryModifier and TypeMethodDescriptionstatic CookingRecipeCategory
Returns the enum constant of this class with the specified name.static CookingRecipeCategory[]
CookingRecipeCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.