Uses of Enum Class
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 final List
<RecipeBookGroup> RecipeBookGroup.BLAST_FURNACE
static final List
<RecipeBookGroup> RecipeBookGroup.CRAFTING
static final List
<RecipeBookGroup> RecipeBookGroup.FURNACE
private Map
<RecipeBookGroup, List<RecipeResultCollection>> ClientRecipeBook.resultsByGroup
static final Map
<RecipeBookGroup, List<RecipeBookGroup>> RecipeBookGroup.SEARCH_MAP
static final Map
<RecipeBookGroup, List<RecipeBookGroup>> RecipeBookGroup.SEARCH_MAP
static final List
<RecipeBookGroup> RecipeBookGroup.SMOKER
Methods in net.minecraft.client.recipebook that return RecipeBookGroupModifier and TypeMethodDescriptionprivate static RecipeBookGroup
ClientRecipeBook.getGroupForRecipe
(RecipeEntry<?> recipe) static RecipeBookGroup
Returns 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 TypeMethodDescriptionstatic List
<RecipeBookGroup> RecipeBookGroup.getGroups
(RecipeBookCategory category) private static Map
<RecipeBookGroup, List<List<RecipeEntry<?>>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeEntry<?>> recipes) Methods in net.minecraft.client.recipebook with parameters of type RecipeBookGroup