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> pRecipes) -
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.includedCategoriesMethods 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 RecipeBookCategoryModifierConstructorDescriptionprivateSearchRecipeBookCategory(RecipeBookCategory... pIncludedCategories) 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_CATEGORYstatic 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 RecipeBookCategoryRecipeBookCategories.BLAST_FURNACE_BLOCKSstatic final RecipeBookCategoryRecipeBookCategories.BLAST_FURNACE_MISCstatic final RecipeBookCategoryRecipeBookCategories.CAMPFIREstatic final RecipeBookCategoryRecipeBookCategories.CRAFTING_BUILDING_BLOCKSstatic final RecipeBookCategoryRecipeBookCategories.CRAFTING_EQUIPMENTstatic final RecipeBookCategoryRecipeBookCategories.CRAFTING_MISCstatic final RecipeBookCategoryRecipeBookCategories.CRAFTING_REDSTONEstatic final RecipeBookCategoryRecipeBookCategories.FURNACE_BLOCKSstatic final RecipeBookCategoryRecipeBookCategories.FURNACE_FOODstatic final RecipeBookCategoryRecipeBookCategories.FURNACE_MISCstatic final RecipeBookCategoryRecipeBookCategories.SMITHINGstatic final RecipeBookCategoryRecipeBookCategories.SMOKER_FOODstatic final RecipeBookCategoryRecipeBookCategories.STONECUTTERMethods in net.minecraft.world.item.crafting that return RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategoryRecipeBookCategories.bootstrap(Registry<RecipeBookCategory> pRegistry) BlastingRecipe.recipeBookCategory()CampfireCookingRecipe.recipeBookCategory()default RecipeBookCategoryCraftingRecipe.recipeBookCategory()Recipe.recipeBookCategory()SmeltingRecipe.recipeBookCategory()default RecipeBookCategorySmithingRecipe.recipeBookCategory()SmokingRecipe.recipeBookCategory()StonecutterRecipe.recipeBookCategory()private static RecipeBookCategoryMethod parameters in net.minecraft.world.item.crafting with type arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategoryRecipeBookCategories.bootstrap(Registry<RecipeBookCategory> pRegistry) -
Uses of RecipeBookCategory in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategoryRecipeDisplayEntry.categoryThe field for thecategoryrecord component.Methods in net.minecraft.world.item.crafting.display that return RecipeBookCategoryModifier and TypeMethodDescriptionRecipeDisplayEntry.category()Returns the value of thecategoryrecord 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 aRecipeDisplayEntryrecord 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.searchCategoriesMethods 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.categoriesMethods in net.neoforged.neoforge.client.event with parameters of type RecipeBookCategoryModifier and TypeMethodDescriptionvoidRegisterRecipeBookSearchCategoriesEvent.register(ExtendedRecipeBookCategory searchCategory, RecipeBookCategory... includedCategories) Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type RecipeBookCategoryModifierConstructorDescriptionRegisterRecipeBookSearchCategoriesEvent(Map<ExtendedRecipeBookCategory, List<RecipeBookCategory>> categories)