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.categories
Methods 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 RecipeBookCategory
RecipeDisplayEntry.category
The field for thecategory
record component.Methods in net.minecraft.recipe that return RecipeBookCategoryModifier and TypeMethodDescriptionRecipeDisplayEntry.category()
Returns the value of thecategory
record component.BlastingRecipe.getRecipeBookCategory()
CampfireCookingRecipe.getRecipeBookCategory()
default RecipeBookCategory
CraftingRecipe.getRecipeBookCategory()
Recipe.getRecipeBookCategory()
SmeltingRecipe.getRecipeBookCategory()
default RecipeBookCategory
SmithingRecipe.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 RecipeBookCategory
RecipeBookCategories.BLAST_FURNACE_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.BLAST_FURNACE_MISC
static final RecipeBookCategory
RecipeBookCategories.CAMPFIRE
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_BUILDING_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_EQUIPMENT
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_MISC
static final RecipeBookCategory
RecipeBookCategories.CRAFTING_REDSTONE
static final RecipeBookCategory
RecipeBookCategories.FURNACE_BLOCKS
static final RecipeBookCategory
RecipeBookCategories.FURNACE_FOOD
static final RecipeBookCategory
RecipeBookCategories.FURNACE_MISC
static final RecipeBookCategory
RecipeBookCategories.SMITHING
static final RecipeBookCategory
RecipeBookCategories.SMOKER_FOOD
static final RecipeBookCategory
RecipeBookCategories.STONECUTTER
Methods in net.minecraft.recipe.book that return RecipeBookCategoryModifier and TypeMethodDescriptionprivate static RecipeBookCategory
static RecipeBookCategory
RecipeBookCategories.registerAndGetDefault
(Registry<RecipeBookCategory> registry) Method parameters in net.minecraft.recipe.book with type arguments of type RecipeBookCategoryModifier and TypeMethodDescriptionstatic RecipeBookCategory
RecipeBookCategories.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_CATEGORY
static final RegistryKey
<Registry<RecipeBookCategory>> RegistryKeys.RECIPE_BOOK_CATEGORY