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.collectionsByTabMethods in net.minecraft.client with parameters of type ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionClientRecipeBook.getCollection(ExtendedRecipeBookCategory pCategory) -
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 ExtendedRecipeBookCategoryRecipeBookComponent.TabInfo.categoryThe field for thecategoryrecord component.Methods in net.minecraft.client.gui.screens.recipebook that return ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionRecipeBookComponent.TabInfo.category()Returns the value of thecategoryrecord 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 aTabInforecord 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.searchCategoriesMethods 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.categoriesMethods in net.neoforged.neoforge.client.event with parameters of type ExtendedRecipeBookCategoryModifier and TypeMethodDescriptionvoidRegisterRecipeBookSearchCategoriesEvent.register(ExtendedRecipeBookCategory searchCategory, RecipeBookCategory... includedCategories) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type ExtendedRecipeBookCategoryModifierConstructorDescriptionRegisterRecipeBookSearchCategoriesEvent(Map<ExtendedRecipeBookCategory, List<RecipeBookCategory>> categories)