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 Summary
Modifier and TypeMethodDescriptionvoid
forEachChild
(Consumer<ClickableWidget> consumer) getTitle()
void
refreshGrid
(ScreenRect tabArea) default void
tick()
-
Method Details
-
getTitle
Text 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
-
tick
default 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
-