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 RealmsServiceExceptionConstructors 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 inviteId) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long worldId) RealmsClient.clientCompatible()RealmsClient.close(long worldId) RealmsClient.createSnapshotRealm(Long parentId) voidRealmsClient.deleteRealm(long worldId) private StringRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType worldType) RealmsClient.getActivity(long worldId) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getNotifications()RealmsClient.getOwnRealm(long id) booleanRealmsClient.hasParentalConsent()voidRealmsClient.initializeRealm(long worldId, String name, String description) RealmsClient.join(long serverId) RealmsClient.listRealms()RealmsClient.listSnapshotEligibleRealms()voidRealmsClient.notificationsDismiss(List<UUID> uuidList) voidRealmsClient.notificationsSeen(List<UUID> uuidList) RealmsClient.open(long worldId) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long worldId, String minigameId) voidRealmsClient.rejectInvitation(String inviteId) RealmsClient.requestDownloadInfo(long worldId, int slotId) RealmsClient.requestUploadInfo(long worldId) RealmsClient.resetWorldWithTemplate(long worldId, String worldTemplateId) voidRealmsClient.restoreWorld(long worldId, String backupId) voidRealmsClient.sendPingResults(PingResult pingResult) RealmsClient.subscriptionFor(long worldId) booleanRealmsClient.switchSlot(long worldId, int slotId) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long worldId) voidvoidRealmsClient.updateSlot(long worldId, int slotId, RealmsWorldOptions worldOptions) private Stringprivate String -
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 exception) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException serviceException, Screen nextScreen) -
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 exception) 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 client, long serverId)