Package net.minecraft.client.gui.tab
Interface Tab
- All Known Implementing Classes:
- CreateWorldScreen.GameTab,- CreateWorldScreen.MoreTab,- CreateWorldScreen.WorldTab,- GridScreenTab
- Mappings:
- Namespace - Name - official - eqz- intermediary - net/minecraft/class_8087- named - net/minecraft/client/gui/tab/Tab
- 
Method SummaryModifier and TypeMethodDescriptionvoidforEachChild(Consumer<ClickableWidget> consumer) getTitle()voidrefreshGrid(ScreenRect tabArea) default voidtick()
- 
Method Details- 
getTitleText getTitle()- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqz;a()Lsw;- intermediary - method_48610- Lnet/minecraft/class_8087;method_48610()Lnet/minecraft/class_2561;- named - getTitle- Lnet/minecraft/client/gui/tab/Tab;getTitle()Lnet/minecraft/text/Text;
 
- 
forEachChild- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqz;a(Ljava/util/function/Consumer;)V- intermediary - method_48612- Lnet/minecraft/class_8087;method_48612(Ljava/util/function/Consumer;)V- named - forEachChild- Lnet/minecraft/client/gui/tab/Tab;forEachChild(Ljava/util/function/Consumer;)V
 
- 
refreshGrid- Mappings:
- Namespace - Name - Mixin selector - official - a- Leqz;a(Lesz;)V- intermediary - method_48611- Lnet/minecraft/class_8087;method_48611(Lnet/minecraft/class_8030;)V- named - refreshGrid- Lnet/minecraft/client/gui/tab/Tab;refreshGrid(Lnet/minecraft/client/gui/ScreenRect;)V
 
- 
tickdefault void tick()- Mappings:
- Namespace - Name - Mixin selector - official - b- Leqz;b()V- intermediary - method_48613- Lnet/minecraft/class_8087;method_48613()V- named - tick- Lnet/minecraft/client/gui/tab/Tab;tick()V
 
 
-