Interface Tab

All Known Implementing Classes:
CreateWorldScreen.GameTab, CreateWorldScreen.MoreTab, CreateWorldScreen.WorldTab, GridScreenTab

@Environment(CLIENT) public interface Tab
Mappings:
Namespace Name
named net/minecraft/client/gui/tab/Tab
intermediary net/minecraft/class_8087
official fki
  • Method Details

    • getTitle

      Text getTitle()
      Mappings:
      Namespace Name Mixin selector
      named getTitle Lnet/minecraft/client/gui/tab/Tab;getTitle()Lnet/minecraft/text/Text;
      intermediary method_48610 Lnet/minecraft/class_8087;method_48610()Lnet/minecraft/class_2561;
      official a Lfki;a()Lwy;
    • forEachChild

      void forEachChild(Consumer<ClickableWidget> consumer)
      Mappings:
      Namespace Name Mixin selector
      named forEachChild Lnet/minecraft/client/gui/tab/Tab;forEachChild(Ljava/util/function/Consumer;)V
      intermediary method_48612 Lnet/minecraft/class_8087;method_48612(Ljava/util/function/Consumer;)V
      official a Lfki;a(Ljava/util/function/Consumer;)V
    • refreshGrid

      void refreshGrid(ScreenRect tabArea)
      Mappings:
      Namespace Name Mixin selector
      named refreshGrid Lnet/minecraft/client/gui/tab/Tab;refreshGrid(Lnet/minecraft/client/gui/ScreenRect;)V
      intermediary method_48611 Lnet/minecraft/class_8087;method_48611(Lnet/minecraft/class_8030;)V
      official a Lfki;a(Lfmm;)V