Uses of Interface
net.minecraft.world.item.crafting.ExtendedRecipeBookCategory
Packages that use ExtendedRecipeBookCategory
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ExtendedRecipeBookCategory in net.minecraft.client
Fields in net.minecraft.client with type parameters of type ExtendedRecipeBookCategoryModifier and TypeFieldDescriptionprivate Map
<ExtendedRecipeBookCategory, List<RecipeCollection>> ClientRecipeBook.collectionsByTab
Methods in net.minecraft.client with parameters of type ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionClientRecipeBook.getCollection
(ExtendedRecipeBookCategory p_380958_) -
Uses of ExtendedRecipeBookCategory in net.minecraft.client.gui.screens.recipebook
Classes in net.minecraft.client.gui.screens.recipebook that implement ExtendedRecipeBookCategoryFields in net.minecraft.client.gui.screens.recipebook declared as ExtendedRecipeBookCategoryModifier and TypeFieldDescriptionprivate final ExtendedRecipeBookCategory
RecipeBookComponent.TabInfo.category
The field for thecategory
record component.Methods in net.minecraft.client.gui.screens.recipebook that return ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionRecipeBookComponent.TabInfo.category()
Returns the value of thecategory
record component.RecipeBookTabButton.getCategory()
Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type ExtendedRecipeBookCategoryModifierConstructorDescriptionTabInfo
(ItemStack primaryIcon, Optional<ItemStack> secondaryIcon, ExtendedRecipeBookCategory category) Creates an instance of aTabInfo
record class. -
Uses of ExtendedRecipeBookCategory in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement ExtendedRecipeBookCategory -
Uses of ExtendedRecipeBookCategory in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type ExtendedRecipeBookCategoryModifier and TypeFieldDescriptionprivate static Map
<ExtendedRecipeBookCategory, List<RecipeBookCategory>> RecipeBookManager.searchCategories
Methods in net.neoforged.neoforge.client that return types with arguments of type ExtendedRecipeBookCategory -
Uses of ExtendedRecipeBookCategory in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ExtendedRecipeBookCategoryModifier and TypeFieldDescriptionprivate final Map
<ExtendedRecipeBookCategory, List<RecipeBookCategory>> RegisterRecipeBookSearchCategoriesEvent.categories
Methods in net.neoforged.neoforge.client.event with parameters of type ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionvoid
RegisterRecipeBookSearchCategoriesEvent.register
(ExtendedRecipeBookCategory searchCategory, RecipeBookCategory... includedCategories) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type ExtendedRecipeBookCategoryModifierConstructorDescriptionRegisterRecipeBookSearchCategoriesEvent
(Map<ExtendedRecipeBookCategory, List<RecipeBookCategory>> categories)