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 RealmsJoinInformationRealmsJoinInformation.EMPTYMethods in com.mojang.realmsclient.dto that return RealmsJoinInformationModifier and TypeMethodDescriptionstatic RealmsJoinInformationRealmsJoinInformation.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 RealmsJoinInformationRealmsLongRunningMcoConnectTaskScreen.serverAddressConstructors 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 RealmsJoinInformationGetServerDetailsTask.fetchServerAddress()Methods in com.mojang.realmsclient.util.task with parameters of type RealmsJoinInformationModifier and TypeMethodDescriptionGetServerDetailsTask.connectScreen(RealmsJoinInformation p_425842_) private PopupScreenGetServerDetailsTask.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 PopupScreenGetServerDetailsTask.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)