Uses of Interface
net.minecraft.recipe.book.RecipeBookCategory
Packages that use RecipeBookCategory
Package
Description
-
Uses of RecipeBookCategory in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategoryRecipeBookWidget.Tab.categoryThe field for thecategoryrecord component.Methods in net.minecraft.client.gui.screen.recipebook that return RecipeBookCategoryModifier and TypeMethodDescriptionRecipeBookWidget.Tab.category()Returns the value of thecategoryrecord component.RecipeGroupButtonWidget.getCategory()Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeBookCategoryModifierConstructorDescriptionTab(ItemStack itemStack, Optional<ItemStack> optional, RecipeBookCategory recipeBookCategory) -
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Classes in net.minecraft.client.recipebook that implement RecipeBookCategoryFields in net.minecraft.client.recipebook with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate Map<RecipeBookCategory, List<RecipeResultCollection>> ClientRecipeBook.resultsByCategoryMethods in net.minecraft.client.recipebook with parameters of type RecipeBookCategoryModifier and TypeMethodDescriptionClientRecipeBook.getResultsForCategory(RecipeBookCategory category) -
Uses of RecipeBookCategory in net.minecraft.recipe.book
Classes in net.minecraft.recipe.book that implement RecipeBookCategory