Uses of Enum Class
net.minecraft.client.recipebook.RecipeBookGroup
Packages that use RecipeBookGroup
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeBookGroup in net.minecraft
Fields in net.minecraft declared as RecipeBookGroupModifier and TypeFieldDescriptionprivate final RecipeBookGroupclass_10297.categoryThe field for thecategoryrecord component.Fields in net.minecraft with type parameters of type RecipeBookGroupMethods in net.minecraft that return RecipeBookGroupModifier and TypeMethodDescriptionclass_10297.category()Returns the value of thecategoryrecord component.Methods in net.minecraft that return types with arguments of type RecipeBookGroupConstructors in net.minecraft with parameters of type RecipeBookGroupModifierConstructorDescriptionclass_10297(class_10298 class_10298, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional) privateclass_10331(RecipeBookGroup[] recipeBookGroup) -
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 TypeFieldDescriptionstatic final IntFunction<RecipeBookGroup> RecipeBookGroup.field_54627static final PacketCodec<ByteBuf, RecipeBookGroup> RecipeBookGroup.field_54628Methods 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 TypeMethodDescriptionprivate static Map<RecipeBookGroup, List<List<class_10297>>> ClientRecipeBook.toGroupedMap(Iterable<class_10297> recipes) -
Uses of RecipeBookGroup in net.minecraft.recipe
Methods in net.minecraft.recipe that return RecipeBookGroupModifier and TypeMethodDescriptionBlastingRecipe.getRecipeBookTab()CampfireCookingRecipe.getRecipeBookTab()default RecipeBookGroupCraftingRecipe.getRecipeBookTab()Recipe.getRecipeBookTab()SmeltingRecipe.getRecipeBookTab()default RecipeBookGroupSmithingRecipe.getRecipeBookTab()SmokingRecipe.getRecipeBookTab()StonecuttingRecipe.getRecipeBookTab()