Uses of Enum Class
net.minecraft.world.item.crafting.CraftingBookCategory
-
Uses of CraftingBookCategory in net.minecraft.data.recipes
Modifier and TypeFieldDescriptionprivate final Function<CraftingBookCategory,
Recipe<?>> SpecialRecipeBuilder.factory
Modifier and TypeMethodDescriptionstatic CraftingBookCategory
RecipeBuilder.determineBookCategory
(RecipeCategory p_313042_) Modifier and TypeMethodDescriptionstatic SpecialRecipeBuilder
SpecialRecipeBuilder.special
(Function<CraftingBookCategory, Recipe<?>> p_310896_) ModifierConstructorDescriptionSpecialRecipeBuilder
(Function<CraftingBookCategory, Recipe<?>> p_312302_) -
Uses of CraftingBookCategory in net.minecraft.world.item.crafting
Modifier and TypeFieldDescriptionprivate final CraftingBookCategory
CustomRecipe.category
(package private) final CraftingBookCategory
ShapedRecipe.category
(package private) final CraftingBookCategory
ShapelessRecipe.category
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CraftingBookCategory>
CraftingBookCategory.CODEC
Modifier 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.Modifier and TypeMethodDescriptionSimpleCraftingRecipeSerializer.Factory.create
(CraftingBookCategory p_249920_) ModifierConstructorDescriptionArmorDyeRecipe
(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_)