Uses of Enum Class
net.minecraft.client.recipebook.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 RecipeBookGroupModifierConstructorDescriptionclass_10329(Item item, RecipeBookGroup recipeBookGroup) class_10329(Item item, Item item2, RecipeBookGroup recipeBookGroup) -
Uses of RecipeBookGroup in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeBookGroupModifier and TypeFieldDescriptionprivate final List<RecipeBookGroup> RecipeBookType.groupsstatic final IntFunction<RecipeBookGroup> RecipeBookGroup.ID_TO_VALUEstatic final PacketCodec<ByteBuf, RecipeBookGroup> RecipeBookGroup.PACKET_CODECMethods in net.minecraft.client.recipebook 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.Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeBookGroupModifier and TypeMethodDescriptionRecipeBookType.getGroups()private static Map<RecipeBookGroup, List<List<RecipeContents>>> ClientRecipeBook.toGroupedMap(Iterable<RecipeContents> 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 RecipeBookGroupRecipeContents.categoryThe field for thecategoryrecord component.Methods in net.minecraft.recipe that return RecipeBookGroupModifier and TypeMethodDescriptionRecipeContents.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 RecipeBookGroupModifierConstructorDescriptionRecipeContents(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional)