Uses of Enum
net.minecraft.client.recipebook.RecipeBookGroup
Packages that use RecipeBookGroup
-
Uses of RecipeBookGroup in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeBookGroupMethods in net.minecraft.client.gui.screen.recipebook that return RecipeBookGroupConstructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeBookGroup -
Uses of RecipeBookGroup in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeBookGroupModifier and TypeFieldDescriptionstatic List<RecipeBookGroup>
RecipeBookGroup.BLAST_FURNACE
static List<RecipeBookGroup>
RecipeBookGroup.CRAFTING
static List<RecipeBookGroup>
RecipeBookGroup.FURNACE
private Map<RecipeBookGroup,List<RecipeResultCollection>>
ClientRecipeBook.resultsByGroup
static Map<RecipeBookGroup,List<RecipeBookGroup>>
RecipeBookGroup.SEARCH_MAP
static Map<RecipeBookGroup,List<RecipeBookGroup>>
RecipeBookGroup.SEARCH_MAP
static List<RecipeBookGroup>
RecipeBookGroup.SMOKER
Methods in net.minecraft.client.recipebook that return RecipeBookGroupModifier and TypeMethodDescriptionprivate static RecipeBookGroup
ClientRecipeBook.getGroupForRecipe(Recipe<?> recipe)
static RecipeBookGroup
Returns the enum constant of this type with the specified name.static RecipeBookGroup[]
RecipeBookGroup.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeBookGroupModifier and TypeMethodDescriptionstatic List<RecipeBookGroup>
RecipeBookGroup.getGroups(RecipeBookCategory category)
private static Map<RecipeBookGroup,List<List<Recipe<?>>>>
ClientRecipeBook.method_30283(Iterable<Recipe<?>> iterable)
Methods in net.minecraft.client.recipebook with parameters of type RecipeBookGroup