Uses of Class
net.minecraft.recipe.book.RecipeBookCategory
Package
Description
-
Uses of RecipeBookCategory in net.minecraft.client.gui.screen.recipebook
ModifierConstructorDescriptionTab
(Item primaryIcon, Item secondaryIcon, RecipeBookCategory category) Tab
(Item primaryIcon, RecipeBookCategory category) -
Uses of RecipeBookCategory in net.minecraft.client.recipebook
Modifier and TypeFieldDescriptionprivate final List
<RecipeBookCategory> RecipeBookType.categories
Modifier and TypeMethodDescriptionRecipeBookType.getCategories()
private static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeDisplayEntry> recipes) -
Uses of RecipeBookCategory in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final RecipeBookCategory
RecipeDisplayEntry.category
The field for thecategory
record component.Modifier 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()
ModifierConstructorDescriptionRecipeDisplayEntry
(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookCategory recipeBookCategory, Optional<List<Ingredient>> optional) -
Uses of RecipeBookCategory in net.minecraft.recipe.book
Modifier 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
Modifier and TypeMethodDescriptionprivate static RecipeBookCategory
static RecipeBookCategory
RecipeBookCategories.registerAndGetDefault
(Registry<RecipeBookCategory> registry) Modifier and TypeMethodDescriptionstatic RecipeBookCategory
RecipeBookCategories.registerAndGetDefault
(Registry<RecipeBookCategory> registry) -
Uses of RecipeBookCategory in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final Registry
<RecipeBookCategory> Registries.RECIPE_BOOK_CATEGORY
static final RegistryKey
<Registry<RecipeBookCategory>> RegistryKeys.RECIPE_BOOK_CATEGORY