Class RealmsPlayerTab
java.lang.Object
net.minecraft.client.gui.tab.GridScreenTab
net.minecraft.client.realms.gui.screen.tab.RealmsPlayerTab
- All Implemented Interfaces:
Tab
,RealmsUpdatableTab
- Mappings:
Namespace Name named net/minecraft/client/realms/gui/screen/tab/RealmsPlayerTab
intermediary net/minecraft/class_4406
official fsd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate class
private class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final MinecraftClient
private static final int
(package private) static final Logger
private final RealmsPlayerTab.InvitedObjectSelectionList
(package private) static final Text
(package private) final RealmsConfigureWorldScreen
(package private) RealmsServer
(package private) static final Text
Fields inherited from class net.minecraft.client.gui.tab.GridScreenTab
grid
-
Constructor Summary
ConstructorsConstructorDescriptionRealmsPlayerTab
(RealmsConfigureWorldScreen screen, MinecraftClient client, RealmsServer server) -
Method Summary
Modifier and TypeMethodDescriptionint
void
refreshGrid
(ScreenRect tabArea) void
update
(RealmsServer server) Methods inherited from class net.minecraft.client.gui.tab.GridScreenTab
forEachChild, getNarratedHint, getTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.realms.gui.screen.tab.RealmsUpdatableTab
onLoaded, onUnloaded
-
Field Details
-
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
- 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
- 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
- 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
- Specified by:
refreshGrid
in interfaceTab
- Overrides:
refreshGrid
in classGridScreenTab
- 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
- Specified by:
update
in interfaceRealmsUpdatableTab
- 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
-