Uses of Enum Class
net.minecraft.world.item.crafting.CraftingBookCategory
Packages that use CraftingBookCategory
-
Uses of CraftingBookCategory in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type CraftingBookCategoryModifier and TypeFieldDescriptionprivate final Function<CraftingBookCategory,
Recipe<?>> SpecialRecipeBuilder.factory
Methods in net.minecraft.data.recipes that return CraftingBookCategoryModifier and TypeMethodDescriptionstatic CraftingBookCategory
RecipeBuilder.determineBookCategory
(RecipeCategory p_313042_) Method parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifier and TypeMethodDescriptionstatic SpecialRecipeBuilder
SpecialRecipeBuilder.special
(Function<CraftingBookCategory, Recipe<?>> p_310896_) Constructor parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifierConstructorDescriptionSpecialRecipeBuilder
(Function<CraftingBookCategory, Recipe<?>> p_312302_) -
Uses of CraftingBookCategory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as CraftingBookCategoryModifier and TypeFieldDescriptionprivate final CraftingBookCategory
CustomRecipe.category
(package private) final CraftingBookCategory
ShapedRecipe.category
(package private) final CraftingBookCategory
ShapelessRecipe.category
Fields in net.minecraft.world.item.crafting with type parameters of type CraftingBookCategoryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CraftingBookCategory>
CraftingBookCategory.CODEC
Methods in net.minecraft.world.item.crafting that return CraftingBookCategoryModifier and TypeMethodDescriptionCraftingRecipe.category()
CustomRecipe.category()
ShapedRecipe.category()
ShapelessRecipe.category()
static CraftingBookCategory
Returns the enum constant of this class with the specified name.static CraftingBookCategory[]
CraftingBookCategory.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 CraftingBookCategoryModifier and TypeMethodDescriptionSimpleCraftingRecipeSerializer.Factory.create
(CraftingBookCategory p_249920_) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionArmorDyeRecipe
(CraftingBookCategory p_251949_) BannerDuplicateRecipe
(CraftingBookCategory p_250373_) BookCloningRecipe
(CraftingBookCategory p_251090_) CustomRecipe
(CraftingBookCategory p_249010_) DecoratedPotRecipe
(CraftingBookCategory p_273056_) FireworkRocketRecipe
(CraftingBookCategory p_250134_) FireworkStarFadeRecipe
(CraftingBookCategory p_251846_) FireworkStarRecipe
(CraftingBookCategory p_251577_) MapCloningRecipe
(CraftingBookCategory p_251985_) MapExtendingRecipe
(CraftingBookCategory p_250154_) RepairItemRecipe
(CraftingBookCategory p_248679_) ShapedRecipe
(String p_272759_, CraftingBookCategory p_273506_, ShapedRecipePattern p_310709_, ItemStack p_272852_) ShapedRecipe
(String p_250221_, CraftingBookCategory p_250716_, ShapedRecipePattern p_312200_, ItemStack p_248581_, boolean p_310619_) ShapelessRecipe
(String p_249640_, CraftingBookCategory p_249390_, ItemStack p_252071_, NonNullList<Ingredient> p_250689_) ShieldDecorationRecipe
(CraftingBookCategory p_251065_) ShulkerBoxColoring
(CraftingBookCategory p_250756_) SuspiciousStewRecipe
(CraftingBookCategory p_250392_) TippedArrowRecipe
(CraftingBookCategory p_252163_)