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 category) Method parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifier and TypeMethodDescriptionstatic SpecialRecipeBuilder
SpecialRecipeBuilder.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 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 IntFunction
<CraftingBookCategory> CraftingBookCategory.BY_ID
static final com.mojang.serialization.Codec
<CraftingBookCategory> CraftingBookCategory.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, CraftingBookCategory> CraftingBookCategory.STREAM_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 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)