Class RealmsPlayerTab

java.lang.Object
net.minecraft.client.gui.tab.GridScreenTab
net.minecraft.client.realms.gui.screen.tab.RealmsPlayerTab
All Implemented Interfaces:
Tab, RealmsUpdatableTab

@Environment(CLIENT) class RealmsPlayerTab extends GridScreenTab implements RealmsUpdatableTab
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab
intermediary net/minecraft/class_4406
official fsd
  • Field Details

    • LOGGER

      static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;LOGGER:Lorg/slf4j/Logger;
      intermediary field_19958 Lnet/minecraft/class_4406;field_19958:Lorg/slf4j/Logger;
      official b Lfsd;b:Lorg/slf4j/Logger;
    • TITLE

      static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;TITLE:Lnet/minecraft/text/Text;
      intermediary field_49461 Lnet/minecraft/class_4406;field_49461:Lnet/minecraft/class_2561;
      official a Lfsd;a:Lxo;
    • QUESTION_TEXT

      static final Text QUESTION_TEXT
      Mappings:
      Namespace Name Mixin selector
      named QUESTION_TEXT Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;QUESTION_TEXT:Lnet/minecraft/text/Text;
      intermediary field_44908 Lnet/minecraft/class_4406;field_44908:Lnet/minecraft/class_2561;
      official d Lfsd;d:Lxo;
    • field_49462

      private static final int field_49462
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_49462 Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;field_49462:I
      intermediary field_49462 Lnet/minecraft/class_4406;field_49462:I
      official e Lfsd;e:I
    • screen

      Mappings:
      Namespace Name Mixin selector
      named screen Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;screen:Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;
      intermediary field_60249 Lnet/minecraft/class_4406;field_60249:Lnet/minecraft/class_4388;
      official f Lfsd;f:Lfsb;
    • client

      final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_60250 Lnet/minecraft/class_4406;field_60250:Lnet/minecraft/class_310;
      official g Lfsd;g:Lfud;
    • serverData

      RealmsServer serverData
      Mappings:
      Namespace Name Mixin selector
      named serverData Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
      intermediary field_19961 Lnet/minecraft/class_4406;field_19961:Lnet/minecraft/class_4877;
      official h Lfsd;h:Lfpw;
    • playerList

      Mappings:
      Namespace Name Mixin selector
      named playerList Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;playerList:Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab$InvitedObjectSelectionList;
      intermediary field_60251 Lnet/minecraft/class_4406;field_60251:Lnet/minecraft/class_4406$class_4407;
      official i Lfsd;i:Lfsd$b;
  • Constructor Details

    • RealmsPlayerTab

      RealmsPlayerTab(RealmsConfigureWorldScreen screen, MinecraftClient client, RealmsServer server)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/realms/dto/RealmsServer;)V
      intermediary <init> Lnet/minecraft/class_4406;<init>(Lnet/minecraft/class_4388;Lnet/minecraft/class_310;Lnet/minecraft/class_4877;)V
      official <init> Lfsd;<init>(Lfsb;Lfud;Lfpw;)V
  • Method Details

    • getPlayerListHeight

      public int getPlayerListHeight()
      Mappings:
      Namespace Name Mixin selector
      named getPlayerListHeight Lnet/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab;getPlayerListHeight()I
      intermediary method_71219 Lnet/minecraft/class_4406;method_71219()I
      official a Lfsd;a()I
    • refreshGrid

      public void refreshGrid(ScreenRect tabArea)
      Specified by:
      refreshGrid in interface Tab
      Overrides:
      refreshGrid in class GridScreenTab
      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 Lfzt;a(Lgcc;)V
    • update

      public void update(RealmsServer server)
      Specified by:
      update in interface RealmsUpdatableTab
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/client/realms/gui/screen/tab/RealmsUpdatableTab;update(Lnet/minecraft/client/realms/dto/RealmsServer;)V
      intermediary method_71200 Lnet/minecraft/class_11315;method_71200(Lnet/minecraft/class_4877;)V
      official a Lfsa;a(Lfpw;)V