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 pCategory) Method parameters in net.minecraft.data.recipes with type arguments of type CraftingBookCategoryModifier and TypeMethodDescriptionstatic SpecialRecipeBuilderSpecialRecipeBuilder.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 CraftingBookCategoryCustomRecipe.category(package private) final CraftingBookCategoryShapedRecipe.category(package private) final CraftingBookCategoryShapelessRecipe.category(package private) final CraftingBookCategoryTransmuteRecipe.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()TransmuteRecipe.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 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)