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.factoryMethods in net.minecraft.data.recipes that return CraftingBookCategoryModifier and TypeMethodDescriptionstatic CraftingBookCategoryRecipeBuilder.determineBookCategory(RecipeCategory category) Method parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifier and TypeMethodDescriptionstatic SpecialRecipeBuilderSpecialRecipeBuilder.special(Function<CraftingBookCategory, Recipe<?>> factory) Constructor parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifierConstructorDescriptionSpecialRecipeBuilder(Function<CraftingBookCategory, Recipe<?>> factory) -
Uses of CraftingBookCategory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as CraftingBookCategoryModifier and TypeFieldDescriptionprivate final CraftingBookCategoryCustomRecipe.category(package private) final CraftingBookCategoryShapedRecipe.category(package private) final CraftingBookCategoryShapelessRecipe.categoryFields in net.minecraft.world.item.crafting with type parameters of type CraftingBookCategoryModifier and TypeFieldDescriptionstatic final IntFunction<CraftingBookCategory> CraftingBookCategory.BY_IDstatic final com.mojang.serialization.Codec<CraftingBookCategory> CraftingBookCategory.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, CraftingBookCategory> CraftingBookCategory.STREAM_CODECMethods in net.minecraft.world.item.crafting that return CraftingBookCategoryModifier and TypeMethodDescriptionCraftingRecipe.category()CustomRecipe.category()ShapedRecipe.category()ShapelessRecipe.category()static CraftingBookCategoryReturns 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 category) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionArmorDyeRecipe(CraftingBookCategory category) BannerDuplicateRecipe(CraftingBookCategory category) BookCloningRecipe(CraftingBookCategory category) CustomRecipe(CraftingBookCategory category) DecoratedPotRecipe(CraftingBookCategory p_273056_) FireworkRocketRecipe(CraftingBookCategory category) FireworkStarFadeRecipe(CraftingBookCategory category) FireworkStarRecipe(CraftingBookCategory category) MapCloningRecipe(CraftingBookCategory category) MapExtendingRecipe(CraftingBookCategory category) RepairItemRecipe(CraftingBookCategory category) ShapedRecipe(String group, CraftingBookCategory category, ShapedRecipePattern pattern, ItemStack result) ShapedRecipe(String group, CraftingBookCategory category, ShapedRecipePattern pattern, ItemStack result, boolean showNotification) ShapelessRecipe(String group, CraftingBookCategory category, ItemStack result, NonNullList<Ingredient> ingredients) ShieldDecorationRecipe(CraftingBookCategory category) ShulkerBoxColoring(CraftingBookCategory category) SuspiciousStewRecipe(CraftingBookCategory category) TippedArrowRecipe(CraftingBookCategory category)