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 gson, String json) -
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 lastScreen, RealmsJoinInformation serverAddress, LongRunningTask task) -
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 address) private PopupScreenGetServerDetailsTask.resourcePackDownloadConfirmationScreen(RealmsJoinInformation address, UUID packId, Function<RealmsJoinInformation, Screen> onCompletionScreen) private CompletableFuture<?> GetServerDetailsTask.scheduleResourcePackDownload(RealmsJoinInformation address, UUID packId) Method parameters in com.mojang.realmsclient.util.task with type arguments of type RealmsJoinInformationModifier and TypeMethodDescriptionprivate PopupScreenGetServerDetailsTask.resourcePackDownloadConfirmationScreen(RealmsJoinInformation address, UUID packId, Function<RealmsJoinInformation, Screen> onCompletionScreen) Constructors in com.mojang.realmsclient.util.task with parameters of type RealmsJoinInformationModifierConstructorDescriptionConnectTask(Screen lastScreen, RealmsServer server, RealmsJoinInformation address)