Uses of Class
net.minecraft.client.gui.tab.TabManager
Packages that use TabManager
Package
Description
-
Uses of TabManager in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as TabManager -
Uses of TabManager in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as TabManager -
Uses of TabManager in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as TabManagerModifier and TypeFieldDescriptionprivate final TabManagerTabButtonWidget.tabManagerprivate final TabManagerTabNavigationWidget.Builder.tabManagerprivate final TabManagerTabNavigationWidget.tabManagerMethods in net.minecraft.client.gui.widget with parameters of type TabManagerModifier and TypeMethodDescriptionstatic TabNavigationWidget.BuilderTabNavigationWidget.builder(TabManager tabManager, int width) Constructors in net.minecraft.client.gui.widget with parameters of type TabManagerModifierConstructorDescription(package private)Builder(TabManager tabManager, int width) TabButtonWidget(TabManager tabManager, Tab tab, int width, int height) (package private)TabNavigationWidget(int x, TabManager tabManager, Iterable<Tab> tabs) -
Uses of TabManager in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as TabManager