Uses of Enum Class
net.minecraft.world.item.crafting.CraftingBookCategory
-
Uses of CraftingBookCategory in net.minecraft.data.recipes
Modifier and TypeFieldDescriptionprivate final CraftingBookCategory
CraftingRecipeBuilder.CraftingResult.category
Modifier and TypeMethodDescriptionprotected static CraftingBookCategory
CraftingRecipeBuilder.determineBookCategory
(RecipeCategory p_250736_) ModifierConstructorDescriptionprotected
CraftingResult
(CraftingBookCategory p_250313_) Result
(ResourceLocation p_273548_, Item p_273530_, int p_272738_, String p_273549_, CraftingBookCategory p_273500_, List<String> p_273744_, Map<Character, Ingredient> p_272991_, Advancement.Builder p_273260_, ResourceLocation p_273106_, boolean p_272862_) Result
(ResourceLocation p_249007_, Item p_248667_, int p_249014_, String p_248592_, CraftingBookCategory p_249485_, List<Ingredient> p_252312_, Advancement.Builder p_249909_, ResourceLocation p_249109_) -
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 StringRepresentable.EnumCodec<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
(ResourceLocation p_250892_, CraftingBookCategory p_249920_) ModifierConstructorDescriptionArmorDyeRecipe
(ResourceLocation p_250281_, CraftingBookCategory p_251949_) BannerDuplicateRecipe
(ResourceLocation p_249594_, CraftingBookCategory p_250373_) BookCloningRecipe
(ResourceLocation p_252235_, CraftingBookCategory p_251090_) CustomRecipe
(ResourceLocation p_252125_, CraftingBookCategory p_249010_) DecoratedPotRecipe
(ResourceLocation p_273671_, CraftingBookCategory p_273056_) FireworkRocketRecipe
(ResourceLocation p_250923_, CraftingBookCategory p_250134_) FireworkStarFadeRecipe
(ResourceLocation p_249812_, CraftingBookCategory p_251846_) FireworkStarRecipe
(ResourceLocation p_250809_, CraftingBookCategory p_251577_) MapCloningRecipe
(ResourceLocation p_250551_, CraftingBookCategory p_251985_) MapExtendingRecipe
(ResourceLocation p_250265_, CraftingBookCategory p_250154_) RepairItemRecipe
(ResourceLocation p_250543_, CraftingBookCategory p_248679_) ShapedRecipe
(ResourceLocation p_250963_, String p_250221_, CraftingBookCategory p_250716_, int p_251480_, int p_251980_, NonNullList<Ingredient> p_252150_, ItemStack p_248581_) ShapedRecipe
(ResourceLocation p_273203_, String p_272759_, CraftingBookCategory p_273506_, int p_272952_, int p_272920_, NonNullList<Ingredient> p_273650_, ItemStack p_272852_, boolean p_273122_) ShapelessRecipe
(ResourceLocation p_251840_, String p_249640_, CraftingBookCategory p_249390_, ItemStack p_252071_, NonNullList<Ingredient> p_250689_) ShieldDecorationRecipe
(ResourceLocation p_251738_, CraftingBookCategory p_251065_) ShulkerBoxColoring
(ResourceLocation p_248647_, CraftingBookCategory p_250756_) SuspiciousStewRecipe
(ResourceLocation p_248870_, CraftingBookCategory p_250392_) TippedArrowRecipe
(ResourceLocation p_250995_, CraftingBookCategory p_252163_)