Uses of Class
com.mojang.realmsclient.exception.RealmsServiceException
Packages that use RealmsServiceException
Package
Description
-
Uses of RealmsServiceException in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as RealmsServiceExceptionModifier and TypeFieldDescriptionprivate final RealmsServiceExceptionRealmsAvailability.Result.exceptionThe field for theexceptionrecord component.Methods in com.mojang.realmsclient that return RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsAvailability.Result.exception()Returns the value of theexceptionrecord component.Methods in com.mojang.realmsclient that throw RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsMainScreen.RealmsCall.request(RealmsClient pRealmsClient) Constructors in com.mojang.realmsclient with parameters of type RealmsServiceExceptionModifierConstructorDescriptionResult(RealmsServiceException p_294364_) Result(RealmsAvailability.Type type, RealmsServiceException exception) Creates an instance of aResultrecord class. -
Uses of RealmsServiceException in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsClient.acceptInvitation(String pInviteId) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long pWorldId) RealmsClient.clientCompatible()RealmsClient.close(long pWorldId) RealmsClient.createSnapshotRealm(Long pParentId) voidRealmsClient.deleteRealm(long pWorldId) private StringRealmsClient.fetchWorldTemplates(int pPage, int pPageSize, RealmsServer.WorldType pWorldType) RealmsClient.getActivity(long pWorldId) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getNotifications()RealmsClient.getOwnRealm(long pId) booleanRealmsClient.hasParentalConsent()voidRealmsClient.initializeRealm(long pWorldId, String pName, String pDescription) RealmsClient.join(long pServerId) RealmsClient.listRealms()RealmsClient.listSnapshotEligibleRealms()voidRealmsClient.notificationsDismiss(List<UUID> pUuidList) voidRealmsClient.notificationsSeen(List<UUID> pUuidList) RealmsClient.open(long pWorldId) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long pWorldId, String pMinigameId) voidRealmsClient.rejectInvitation(String pInviteId) RealmsClient.requestDownloadInfo(long pWorldId, int pSlotId) RealmsClient.requestUploadInfo(long pWorldId) RealmsClient.resetWorldWithTemplate(long pWorldId, String pWorldTemplateId) voidRealmsClient.restoreWorld(long pWorldId, String pBackupId) voidRealmsClient.sendPingResults(PingResult pPingResult) RealmsClient.subscriptionFor(long pWorldId) booleanRealmsClient.switchSlot(long pWorldId, int pSlotId) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long pWorldId) voidvoidRealmsClient.updateSlot(long pWorldId, int pSlotId, RealmsWorldOptions pWorldOptions) -
Uses of RealmsServiceException in com.mojang.realmsclient.client.worldupload
Methods in com.mojang.realmsclient.client.worldupload that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate UploadInfoRealmsWorldUpload.requestUploadInfoWithRetries() -
Uses of RealmsServiceException in com.mojang.realmsclient.exception
Subclasses of RealmsServiceException in com.mojang.realmsclient.exception -
Uses of RealmsServiceException in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionprivate static RealmsGenericErrorScreen.ErrorMessageRealmsGenericErrorScreen.errorMessage(RealmsServiceException pException) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException pServiceException, Screen pNextScreen) -
Uses of RealmsServiceException in com.mojang.realmsclient.util.task
Methods in com.mojang.realmsclient.util.task with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionprotected voidLongRunningTask.error(RealmsServiceException pException) Methods in com.mojang.realmsclient.util.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddressGetServerDetailsTask.fetchServerAddress()protected voidResettingTemplateWorldTask.sendResetRequest(RealmsClient p_167673_, long p_167674_) protected abstract voidResettingWorldTask.sendResetRequest(RealmsClient pClient, long pServerId)