Uses of Enum Class
net.minecraft.recipe.book.RecipeBookGroup
Packages that use RecipeBookGroup
Package
Description
-
Uses of RecipeBookGroup in net.minecraft.client.gui.screen.recipebook
Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeBookGroupModifierConstructorDescriptionTab(Item primaryIcon, Item secondaryIcon, RecipeBookGroup group) Tab(Item primaryIcon, RecipeBookGroup group) -
Uses of RecipeBookGroup in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeBookGroupMethods in net.minecraft.client.recipebook that return types with arguments of type RecipeBookGroupModifier and TypeMethodDescriptionRecipeBookType.getGroups()private static Map<RecipeBookGroup, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap(Iterable<RecipeDisplayEntry> recipes) Constructors in net.minecraft.client.recipebook with parameters of type RecipeBookGroup -
Uses of RecipeBookGroup in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeBookGroupModifier and TypeFieldDescriptionprivate final RecipeBookGroupRecipeDisplayEntry.categoryThe field for thecategoryrecord component.Methods in net.minecraft.recipe that return RecipeBookGroupModifier and TypeMethodDescriptionRecipeDisplayEntry.category()Returns the value of thecategoryrecord component.BlastingRecipe.getRecipeBookTab()CampfireCookingRecipe.getRecipeBookTab()default RecipeBookGroupCraftingRecipe.getRecipeBookTab()Recipe.getRecipeBookTab()SmeltingRecipe.getRecipeBookTab()default RecipeBookGroupSmithingRecipe.getRecipeBookTab()SmokingRecipe.getRecipeBookTab()StonecuttingRecipe.getRecipeBookTab()Constructors in net.minecraft.recipe with parameters of type RecipeBookGroupModifierConstructorDescriptionRecipeDisplayEntry(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional) -
Uses of RecipeBookGroup in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type RecipeBookGroupModifier and TypeFieldDescriptionstatic final IntFunction<RecipeBookGroup> RecipeBookGroup.ID_TO_VALUEstatic final PacketCodec<ByteBuf, RecipeBookGroup> RecipeBookGroup.PACKET_CODECMethods in net.minecraft.recipe.book that return RecipeBookGroupModifier and TypeMethodDescriptionstatic RecipeBookGroupReturns the enum constant of this class with the specified name.static RecipeBookGroup[]RecipeBookGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.