Uses of Class
net.minecraft.client.gui.components.TabButton
Packages that use TabButton
Package
Description
-
Uses of TabButton in net.minecraft.client.gui.components.tabs
Subclasses of TabButton in net.minecraft.client.gui.components.tabsFields in net.minecraft.client.gui.components.tabs with type parameters of type TabButtonModifier and TypeFieldDescriptionTabNavigationBar.Builder.tabButtonsprotected final ImmutableList<TabButton> TabNavigationBar.tabButtonsMethods in net.minecraft.client.gui.components.tabs that return TabButtonMethods in net.minecraft.client.gui.components.tabs with parameters of type TabButtonModifier and TypeMethodDescriptionprotected voidTabNavigationBar.narrateListElementPosition(NarrationElementOutput output, TabButton widget) Constructor parameters in net.minecraft.client.gui.components.tabs with type arguments of type TabButtonModifierConstructorDescriptionMenuTabBar(int x, int y, int width, int height, TabManager tabManager, ImmutableList<TabButton> tabButtons, ImmutableList<Tab> tabs) protectedTabNavigationBar(int x, int y, int width, int height, TabManager tabManager, ImmutableList<TabButton> tabButtons, ImmutableList<Tab> tabs) -
Uses of TabButton in net.minecraft.client.gui.screens.friends
Subclasses of TabButton in net.minecraft.client.gui.screens.friends