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_, AdvancementHolder p_297223_, boolean p_272862_) Result
(ResourceLocation p_249007_, Item p_248667_, int p_249014_, String p_248592_, CraftingBookCategory p_249485_, List<Ingredient> p_252312_, AdvancementHolder p_297821_) -
Uses of CraftingBookCategory in net.minecraft.world.item.crafting
Modifier and TypeFieldDescriptionprivate final CraftingBookCategory
CustomRecipe.category
(package private) final CraftingBookCategory
ShapedRecipe.category
private final CraftingBookCategory
ShapedRecipe.Serializer.RawShapedRecipe.category
The field for thecategory
record component.(package private) final CraftingBookCategory
ShapelessRecipe.category
Modifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<CraftingBookCategory>
CraftingBookCategory.CODEC
Modifier and TypeMethodDescriptionCraftingRecipe.category()
CustomRecipe.category()
ShapedRecipe.category()
ShapedRecipe.Serializer.RawShapedRecipe.category()
Returns the value of thecategory
record component.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_) (package private)
RawShapedRecipe
(String group, CraftingBookCategory category, Map<String, Ingredient> key, List<String> pattern, ItemStack result, boolean showNotification) Creates an instance of aRawShapedRecipe
record class.RepairItemRecipe
(CraftingBookCategory p_248679_) ShapedRecipe
(String p_250221_, CraftingBookCategory p_250716_, int p_251480_, int p_251980_, NonNullList<Ingredient> p_252150_, ItemStack p_248581_) ShapedRecipe
(String p_272759_, CraftingBookCategory p_273506_, int p_272952_, int p_272920_, NonNullList<Ingredient> p_273650_, ItemStack p_272852_, boolean p_273122_) 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_)