Uses of Enum Class
net.minecraft.world.item.crafting.CraftingBookCategory
Packages that use CraftingBookCategory
Package
Description
-
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
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 pCategory) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionArmorDyeRecipe
(CraftingBookCategory pCategory) BannerDuplicateRecipe
(CraftingBookCategory pCategory) BookCloningRecipe
(CraftingBookCategory pCategory) CustomRecipe
(CraftingBookCategory pCategory) DecoratedPotRecipe
(CraftingBookCategory p_273056_) FireworkRocketRecipe
(CraftingBookCategory pCategory) FireworkStarFadeRecipe
(CraftingBookCategory pCategory) FireworkStarRecipe
(CraftingBookCategory pCategory) MapCloningRecipe
(CraftingBookCategory pCategory) 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, NonNullList<Ingredient> pIngredients) ShieldDecorationRecipe
(CraftingBookCategory pCategory) ShulkerBoxColoring
(CraftingBookCategory pCategory) SuspiciousStewRecipe
(CraftingBookCategory pCategory) TippedArrowRecipe
(CraftingBookCategory pCategory) -
Uses of CraftingBookCategory in net.neoforged.neoforge.debug.crafting
Constructors in net.neoforged.neoforge.debug.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionCompressedShapelessRecipe
(String group, CraftingBookCategory category, ItemStack result, List<SizedIngredient> ingredients)