Uses of Class
net.minecraft.recipe.book.RecipeBookCategory
Packages that use RecipeBookCategory
Package
Description
-
Uses of RecipeBookCategory in net.minecraft.client.gui.screen.recipebook
Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeBookCategoryModifierConstructorDescriptionTab(Item primaryIcon, Item secondaryIcon, RecipeBookCategory category) Tab(Item primaryIcon, RecipeBookCategory category) -
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionprivate final List<RecipeBookCategory> RecipeBookType.categoriesMethods in net.minecraft.client.recipebook that return types with arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionRecipeBookType.getCategories()private static Map<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap(Iterable<RecipeDisplayEntry> recipes) Constructors in net.minecraft.client.recipebook with parameters of type RecipeBookCategory -
Uses of RecipeBookCategory in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeBookCategoryModifier and TypeFieldDescriptionprivate final RecipeBookCategoryRecipeDisplayEntry.categoryThe field for thecategoryrecord component.Methods in net.minecraft.recipe that return RecipeBookCategoryModifier and TypeMethodDescriptionRecipeDisplayEntry.category()Returns the value of thecategoryrecord component.BlastingRecipe.getRecipeBookCategory()CampfireCookingRecipe.getRecipeBookCategory()default RecipeBookCategoryCraftingRecipe.getRecipeBookCategory()Recipe.getRecipeBookCategory()SmeltingRecipe.getRecipeBookCategory()default RecipeBookCategorySmithingRecipe.getRecipeBookCategory()SmokingRecipe.getRecipeBookCategory()StonecuttingRecipe.getRecipeBookCategory()Constructors in net.minecraft.recipe with parameters of type RecipeBookCategoryModifierConstructorDescriptionRecipeDisplayEntry(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookCategory recipeBookCategory, Optional<List<Ingredient>> optional) -
Uses of RecipeBookCategory in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book 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.recipe.book that return RecipeBookCategoryModifier and TypeMethodDescriptionprivate static RecipeBookCategorystatic RecipeBookCategoryRecipeBookCategories.registerAndGetDefault(Registry<RecipeBookCategory> registry) Method parameters in net.minecraft.recipe.book with type arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategoryRecipeBookCategories.registerAndGetDefault(Registry<RecipeBookCategory> registry) -
Uses of RecipeBookCategory in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type RecipeBookCategoryModifier and TypeFieldDescriptionstatic final Registry<RecipeBookCategory> Registries.RECIPE_BOOK_CATEGORYstatic final RegistryKey<Registry<RecipeBookCategory>> RegistryKeys.RECIPE_BOOK_CATEGORY