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 p_87202_) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long p_87231_) RealmsClient.clientCompatible()RealmsClient.close(long p_87243_) RealmsClient.createSnapshotRealm(Long p_306020_) voidRealmsClient.deleteRealm(long p_87255_) private StringRealmsClient.fetchWorldTemplates(int p_87171_, int p_87172_, RealmsServer.WorldType p_87173_) RealmsClient.getActivity(long p_167279_) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getNotifications()RealmsClient.getOwnRealm(long p_87175_) booleanRealmsClient.hasParentalConsent()voidRealmsClient.initializeRealm(long p_87192_, String p_87193_, String p_87194_) RealmsClient.join(long p_87208_) RealmsClient.listRealms()RealmsClient.listSnapshotEligibleRealms()voidRealmsClient.notificationsDismiss(List<UUID> p_275407_) voidRealmsClient.notificationsSeen(List<UUID> p_275212_) RealmsClient.open(long p_87237_) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long p_87233_, String p_87234_) voidRealmsClient.rejectInvitation(String p_87220_) RealmsClient.requestDownloadInfo(long p_87210_, int p_87211_) RealmsClient.requestUploadInfo(long p_87257_, String p_87258_) RealmsClient.resetWorldWithSeed(long p_167276_, WorldGenerationInfo p_167277_) RealmsClient.resetWorldWithTemplate(long p_87251_, String p_87252_) voidRealmsClient.restoreWorld(long p_87225_, String p_87226_) voidRealmsClient.sendPingResults(PingResult p_87200_) RealmsClient.subscriptionFor(long p_87249_) booleanRealmsClient.switchSlot(long p_87177_, int p_87178_) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long p_87223_) voidvoidRealmsClient.updateSlot(long p_87180_, int p_87181_, RealmsWorldOptions p_87182_) -
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 p_288965_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException p_88669_, Screen p_88670_) -
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 p_301270_) Methods in com.mojang.realmsclient.util.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddressGetServerDetailsTask.fetchServerAddress()protected voidResettingGeneratedWorldTask.sendResetRequest(RealmsClient p_167664_, long p_167665_) protected voidResettingTemplateWorldTask.sendResetRequest(RealmsClient p_167673_, long p_167674_) protected abstract voidResettingWorldTask.sendResetRequest(RealmsClient p_167679_, long p_167680_)