Uses of Class
com.mojang.realmsclient.exception.RealmsServiceException
Packages that use RealmsServiceException
Package
Description
-
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_)voidRealmsClient.deleteWorld(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.getOwnWorld(long p_87175_)voidRealmsClient.initializeWorld(long p_87192_, String p_87193_, String p_87194_)RealmsClient.join(long p_87208_)RealmsClient.listWorlds()RealmsClient.mcoEnabled()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.stageAvailable()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 voidRealmsGenericErrorScreen.errorMessage(RealmsServiceException p_88684_)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 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_)