Uses of Record Class
com.mojang.realmsclient.dto.RealmsJoinInformation
Packages that use RealmsJoinInformation
Package
Description
-
Uses of RealmsJoinInformation in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that return RealmsJoinInformation -
Uses of RealmsJoinInformation in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto declared as RealmsJoinInformationModifier and TypeFieldDescriptionprivate static final RealmsJoinInformation
RealmsJoinInformation.EMPTY
Methods in com.mojang.realmsclient.dto that return RealmsJoinInformationModifier and TypeMethodDescriptionstatic RealmsJoinInformation
RealmsJoinInformation.parse
(GuardedSerializer pSerializer, String pJson) -
Uses of RealmsJoinInformation in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as RealmsJoinInformationModifier and TypeFieldDescriptionprivate final RealmsJoinInformation
RealmsLongRunningMcoConnectTaskScreen.serverAddress
Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsJoinInformationModifierConstructorDescriptionRealmsLongRunningMcoConnectTaskScreen
(Screen pLastScreen, RealmsJoinInformation pServerAddress, LongRunningTask pTask) -
Uses of RealmsJoinInformation in com.mojang.realmsclient.util.task
Fields in com.mojang.realmsclient.util.task declared as RealmsJoinInformationMethods in com.mojang.realmsclient.util.task that return RealmsJoinInformationModifier and TypeMethodDescriptionprivate RealmsJoinInformation
GetServerDetailsTask.fetchServerAddress()
Methods in com.mojang.realmsclient.util.task with parameters of type RealmsJoinInformationModifier and TypeMethodDescriptionGetServerDetailsTask.connectScreen
(RealmsJoinInformation p_425842_) private PopupScreen
GetServerDetailsTask.resourcePackDownloadConfirmationScreen
(RealmsJoinInformation pServerAddress, UUID pPackId, Function<RealmsJoinInformation, Screen> pConnectScreenSupplier) private CompletableFuture
<?> GetServerDetailsTask.scheduleResourcePackDownload
(RealmsJoinInformation pServerAddress, UUID pPackId) Method parameters in com.mojang.realmsclient.util.task with type arguments of type RealmsJoinInformationModifier and TypeMethodDescriptionprivate PopupScreen
GetServerDetailsTask.resourcePackDownloadConfirmationScreen
(RealmsJoinInformation pServerAddress, UUID pPackId, Function<RealmsJoinInformation, Screen> pConnectScreenSupplier) Constructors in com.mojang.realmsclient.util.task with parameters of type RealmsJoinInformationModifierConstructorDescriptionConnectTask
(Screen pOnlineScreen, RealmsServer pServer, RealmsJoinInformation pAddress)