Uses of Class
net.minecraft.client.gui.components.tabs.TabManager
Packages that use TabManager
Package
Description
-
Uses of TabManager in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as TabManager -
Uses of TabManager in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as TabManagerConstructors in net.minecraft.client.gui.components with parameters of type TabManager -
Uses of TabManager in net.minecraft.client.gui.components.tabs
Fields in net.minecraft.client.gui.components.tabs declared as TabManagerModifier and TypeFieldDescriptionprotected final TabManagerTabNavigationBar.Builder.tabManagerprivate final TabManagerTabNavigationBar.tabManagerMethods in net.minecraft.client.gui.components.tabs with parameters of type TabManagerModifier and TypeMethodDescriptionstatic MenuTabBar.BuilderMenuTabBar.builder(TabManager tabManager, int width) static TabNavigationBar.BuilderTabNavigationBar.builder(TabManager tabManager, int x, int y, int width, int height) Constructors in net.minecraft.client.gui.components.tabs with parameters of type TabManagerModifierConstructorDescriptionprivateBuilder(TabManager tabManager, int width) protectedBuilder(TabManager tabManager, int x, int y, int width, int height) MenuTabBar(int x, int y, int width, int height, TabManager tabManager, ImmutableList<TabButton> tabButtons, ImmutableList<Tab> tabs) MenuTabButton(TabManager tabManager, Tab tab, int width, int height) protectedTabNavigationBar(int x, int y, int width, int height, TabManager tabManager, ImmutableList<TabButton> tabButtons, ImmutableList<Tab> tabs) -
Uses of TabManager in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as TabManager -
Uses of TabManager in net.minecraft.client.gui.screens.friends
Fields in net.minecraft.client.gui.screens.friends declared as TabManagerConstructors in net.minecraft.client.gui.screens.friends with parameters of type TabManagerModifierConstructorDescriptionFriendsOverlayTabButton(TabManager tabManager, Tab tab, int width, int height) -
Uses of TabManager in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as TabManager