Uses of Interface
net.minecraft.recipe.book.RecipeBookGroup
Packages that use RecipeBookGroup
Package
Description
-
Uses of RecipeBookGroup in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeBookGroupModifier and TypeFieldDescriptionprivate final RecipeBookGroup
RecipeBookWidget.Tab.category
The field for thecategory
record component.Methods in net.minecraft.client.gui.screen.recipebook that return RecipeBookGroupModifier and TypeMethodDescriptionRecipeBookWidget.Tab.category()
Returns the value of thecategory
record component.RecipeGroupButtonWidget.getCategory()
Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeBookGroupModifierConstructorDescriptionTab
(ItemStack itemStack, Optional<ItemStack> optional, RecipeBookGroup recipeBookGroup) -
Uses of RecipeBookGroup in net.minecraft.client.recipebook
Classes in net.minecraft.client.recipebook that implement RecipeBookGroupFields in net.minecraft.client.recipebook with type parameters of type RecipeBookGroupModifier and TypeFieldDescriptionprivate Map
<RecipeBookGroup, List<RecipeResultCollection>> ClientRecipeBook.resultsByCategory
Methods in net.minecraft.client.recipebook with parameters of type RecipeBookGroupModifier and TypeMethodDescriptionClientRecipeBook.getResultsForCategory
(RecipeBookGroup category) -
Uses of RecipeBookGroup in net.minecraft.recipe.book
Classes in net.minecraft.recipe.book that implement RecipeBookGroup