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 pCategory) Method parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifier and TypeMethodDescriptionstatic SpecialRecipeBuilder
SpecialRecipeBuilder.special
(Function<CraftingBookCategory, Recipe<?>> pFactory) Constructor parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifierConstructorDescriptionSpecialRecipeBuilder
(Function<CraftingBookCategory, Recipe<?>> pFactory) -
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
(package private) final CraftingBookCategory
TransmuteRecipe.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()
TransmuteRecipe.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 TypeMethodDescriptionCustomRecipe.Serializer.Factory.create
(CraftingBookCategory pCategory) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionArmorDyeRecipe
(CraftingBookCategory p_251949_) BannerDuplicateRecipe
(CraftingBookCategory p_250373_) BookCloningRecipe
(CraftingBookCategory p_251090_) CustomRecipe
(CraftingBookCategory pCategory) DecoratedPotRecipe
(CraftingBookCategory pCategory) FireworkRocketRecipe
(CraftingBookCategory p_250134_) FireworkStarFadeRecipe
(CraftingBookCategory p_251846_) FireworkStarRecipe
(CraftingBookCategory p_251577_) MapCloningRecipe
(CraftingBookCategory p_251985_) MapExtendingRecipe
(CraftingBookCategory pCategory) RepairItemRecipe
(CraftingBookCategory pCategory) ShapedRecipe
(String pGroup, CraftingBookCategory pCategory, ShapedRecipePattern pPattern, ItemStack pResult) ShapedRecipe
(String pGroup, CraftingBookCategory pCategory, ShapedRecipePattern pPattern, ItemStack pResult, boolean pShowNotification) ShapelessRecipe
(String pGroup, CraftingBookCategory pCategory, ItemStack pResult, List<Ingredient> pIngredients) ShieldDecorationRecipe
(CraftingBookCategory p_251065_) TippedArrowRecipe
(CraftingBookCategory p_252163_) TransmuteRecipe
(String pGroup, CraftingBookCategory pCategory, Ingredient pInput, Ingredient pMaterial, TransmuteResult pResult)