Uses of Class
net.minecraft.world.item.crafting.RecipeBookCategory
Packages that use RecipeBookCategory
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RecipeBookCategory in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.categorizeAndGroupRecipes
(Iterable<RecipeDisplayEntry> p_90643_) -
Uses of RecipeBookCategory in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate final List
<RecipeBookCategory> SearchRecipeBookCategory.includedCategories
Methods in net.minecraft.client.gui.screens.recipebook that return types with arguments of type RecipeBookCategoryConstructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeBookCategoryModifierConstructorDescriptionprivate
SearchRecipeBookCategory
(RecipeBookCategory... p_380973_) TabInfo
(Item p_379892_, RecipeBookCategory p_381074_) TabInfo
(Item p_380069_, Item p_381165_, RecipeBookCategory p_381126_) -
Uses of RecipeBookCategory in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionstatic final Registry
<RecipeBookCategory> BuiltInRegistries.RECIPE_BOOK_CATEGORY
static final ResourceKey
<Registry<RecipeBookCategory>> Registries.RECIPE_BOOK_CATEGORY
-
Uses of RecipeBookCategory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as RecipeBookCategoryModifier and TypeFieldDescriptionstatic final RecipeBookCategory
RecipeBookCategories.BLAST_FURNACE_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.BLAST_FURNACE_MISC
static final RecipeBookCategory
RecipeBookCategories.CAMPFIRE
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_BUILDING_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_EQUIPMENT
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_MISC
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_REDSTONE
static final RecipeBookCategory
RecipeBookCategories.FURNACE_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.FURNACE_FOOD
static final RecipeBookCategory
RecipeBookCategories.FURNACE_MISC
static final RecipeBookCategory
RecipeBookCategories.SMITHING
static final RecipeBookCategory
RecipeBookCategories.SMOKER_FOOD
static final RecipeBookCategory
RecipeBookCategories.STONECUTTER
Methods in net.minecraft.world.item.crafting that return RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategory
RecipeBookCategories.bootstrap
(Registry<RecipeBookCategory> p_381090_) BlastingRecipe.recipeBookCategory()
CampfireCookingRecipe.recipeBookCategory()
default RecipeBookCategory
CraftingRecipe.recipeBookCategory()
Recipe.recipeBookCategory()
SmeltingRecipe.recipeBookCategory()
default RecipeBookCategory
SmithingRecipe.recipeBookCategory()
SmokingRecipe.recipeBookCategory()
StonecutterRecipe.recipeBookCategory()
private static RecipeBookCategory
Method parameters in net.minecraft.world.item.crafting with type arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategory
RecipeBookCategories.bootstrap
(Registry<RecipeBookCategory> p_381090_) -
Uses of RecipeBookCategory in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategory
RecipeDisplayEntry.category
The field for thecategory
record component.Methods in net.minecraft.world.item.crafting.display that return RecipeBookCategoryModifier and TypeMethodDescriptionRecipeDisplayEntry.category()
Returns the value of thecategory
record component.Constructors in net.minecraft.world.item.crafting.display with parameters of type RecipeBookCategoryModifierConstructorDescriptionRecipeDisplayEntry
(RecipeDisplayId id, RecipeDisplay display, OptionalInt group, RecipeBookCategory category, Optional<List<Ingredient>> craftingRequirements) Creates an instance of aRecipeDisplayEntry
record class. -
Uses of RecipeBookCategory in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate static Map
<ExtendedRecipeBookCategory, List<RecipeBookCategory>> RecipeBookManager.searchCategories
Methods in net.neoforged.neoforge.client that return types with arguments of type RecipeBookCategory -
Uses of RecipeBookCategory in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate final Map
<ExtendedRecipeBookCategory, List<RecipeBookCategory>> RegisterRecipeBookSearchCategoriesEvent.categories
Methods in net.neoforged.neoforge.client.event with parameters of type RecipeBookCategoryModifier and TypeMethodDescriptionvoid
RegisterRecipeBookSearchCategoriesEvent.register
(ExtendedRecipeBookCategory searchCategory, RecipeBookCategory... includedCategories) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type RecipeBookCategoryModifierConstructorDescriptionRegisterRecipeBookSearchCategoriesEvent
(Map<ExtendedRecipeBookCategory, List<RecipeBookCategory>> categories)