Uses of Enum Class
net.minecraft.world.item.crafting.CraftingBookCategory
Packages that use CraftingBookCategory
-
Uses of CraftingBookCategory in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return CraftingBookCategoryModifier and TypeMethodDescriptionstatic CraftingBookCategoryRecipeBuilder.determineCraftingBookCategory(RecipeCategory category) -
Uses of CraftingBookCategory in net.minecraft.world.item.crafting
Subclasses with type arguments of type CraftingBookCategory in net.minecraft.world.item.craftingClasses in net.minecraft.world.item.crafting that implement interfaces with type arguments of type CraftingBookCategoryFields in net.minecraft.world.item.crafting declared as CraftingBookCategoryModifier and TypeFieldDescriptionprivate final CraftingBookCategoryCraftingRecipe.CraftingBookInfo.categoryThe field for thecategoryrecord component.Fields 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()CraftingRecipe.CraftingBookInfo.category()Returns the value of thecategoryrecord component.CustomRecipe.category()final CraftingBookCategoryNormalCraftingRecipe.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.Constructors in net.minecraft.world.item.crafting with parameters of type CraftingBookCategoryModifierConstructorDescriptionCraftingBookInfo(CraftingBookCategory category, String group) Creates an instance of aCraftingBookInforecord class.