Uses of Record Class
net.minecraft.client.gui.screens.recipebook.RecipeBookComponent.TabInfo
Packages that use RecipeBookComponent.TabInfo
Package
Description
-
Uses of RecipeBookComponent.TabInfo in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory with type parameters of type RecipeBookComponent.TabInfoModifier and TypeFieldDescriptionprivate static final List<RecipeBookComponent.TabInfo> BlastFurnaceScreen.TABSprivate static final List<RecipeBookComponent.TabInfo> FurnaceScreen.TABSprivate static final List<RecipeBookComponent.TabInfo> SmokerScreen.TABSConstructor parameters in net.minecraft.client.gui.screens.inventory with type arguments of type RecipeBookComponent.TabInfoModifierConstructorDescriptionAbstractFurnaceScreen(T menu, Inventory inventory, Component title, Component recipeFilterName, Identifier texture, Identifier litProgressSprite, Identifier burnProgressSprite, List<RecipeBookComponent.TabInfo> tabInfos) -
Uses of RecipeBookComponent.TabInfo in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as RecipeBookComponent.TabInfoModifier and TypeFieldDescriptionprivate final RecipeBookComponent.TabInfoRecipeBookTabButton.tabInfoFields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeBookComponent.TabInfoModifier and TypeFieldDescriptionprivate final List<RecipeBookComponent.TabInfo> RecipeBookComponent.tabInfosprivate static final List<RecipeBookComponent.TabInfo> CraftingRecipeBookComponent.TABSConstructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeBookComponent.TabInfoModifierConstructorDescriptionRecipeBookTabButton(int x, int y, RecipeBookComponent.TabInfo tabInfo, Button.OnPress onPress) Constructor parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeBookComponent.TabInfoModifierConstructorDescriptionFurnaceRecipeBookComponent(AbstractFurnaceMenu menu, Component recipeFilterName, List<RecipeBookComponent.TabInfo> tabInfos) RecipeBookComponent(T menu, List<RecipeBookComponent.TabInfo> tabInfos)