Uses of Class
com.mojang.realmsclient.exception.RealmsServiceException
-
Packages that use RealmsServiceException Package Description com.mojang.realmsclient.client com.mojang.realmsclient.exception com.mojang.realmsclient.gui.screens -
-
Uses of RealmsServiceException in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that throw RealmsServiceException Modifier and Type Method Description voidRealmsClient. acceptInvitation(java.lang.String p_224901_1_)voidRealmsClient. agreeToTos()BackupListRealmsClient. backupsFor(long p_224923_1_)RealmsClient.CompatibleVersionResponseRealmsClient. clientCompatible()java.lang.BooleanRealmsClient. close(long p_224932_1_)voidRealmsClient. deleteWorld(long p_224916_1_)OpsRealmsClient. deop(long p_224929_1_, java.lang.String p_224929_3_)private java.lang.StringRealmsClient. execute(Request<?> p_224938_1_)WorldTemplatePaginatedListRealmsClient. fetchWorldTemplates(int p_224930_1_, int p_224930_2_, RealmsServer.ServerType p_224930_3_)RealmsServerPlayerListsRealmsClient. getLiveStats()RealmsNewsRealmsClient. getNews()RealmsServerRealmsClient. getOwnWorld(long p_224935_1_)voidRealmsClient. initializeWorld(long p_224900_1_, java.lang.String p_224900_3_, java.lang.String p_224900_4_)RealmsServerRealmsClient. invite(long p_224910_1_, java.lang.String p_224910_3_)RealmsServerAddressRealmsClient. join(long p_224904_1_)RealmsServerListRealmsClient. listWorlds()java.lang.BooleanRealmsClient. mcoEnabled()OpsRealmsClient. op(long p_224906_1_, java.lang.String p_224906_3_)java.lang.BooleanRealmsClient. open(long p_224942_1_)PendingInvitesListRealmsClient. pendingInvites()intRealmsClient. pendingInvitesCount()java.lang.BooleanRealmsClient. putIntoMinigameMode(long p_224905_1_, java.lang.String p_224905_3_)voidRealmsClient. rejectInvitation(java.lang.String p_224913_1_)WorldDownloadRealmsClient. requestDownloadInfo(long p_224917_1_, int p_224917_3_)UploadInfoRealmsClient. requestUploadInfo(long p_224934_1_, java.lang.String p_224934_3_)java.lang.BooleanRealmsClient. resetWorldWithSeed(long p_224943_1_, java.lang.String p_224943_3_, java.lang.Integer p_224943_4_, boolean p_224943_5_)java.lang.BooleanRealmsClient. resetWorldWithTemplate(long p_224924_1_, java.lang.String p_224924_3_)voidRealmsClient. restoreWorld(long p_224928_1_, java.lang.String p_224928_3_)voidRealmsClient. sendPingResults(PingResult p_224903_1_)java.lang.BooleanRealmsClient. stageAvailable()SubscriptionRealmsClient. subscriptionFor(long p_224933_1_)booleanRealmsClient. switchSlot(long p_224927_1_, int p_224927_3_)java.lang.BooleanRealmsClient. trialAvailable()voidRealmsClient. uninvite(long p_224908_1_, java.lang.String p_224908_3_)voidRealmsClient. uninviteMyselfFrom(long p_224912_1_)voidRealmsClient. update(long p_224922_1_, java.lang.String p_224922_3_, java.lang.String p_224922_4_)voidRealmsClient. updateSlot(long p_224925_1_, int p_224925_3_, RealmsWorldOptions p_224925_4_) -
Uses of RealmsServiceException in com.mojang.realmsclient.exception
Subclasses of RealmsServiceException in com.mojang.realmsclient.exception Modifier and Type Class Description classRetryCallException -
Uses of RealmsServiceException in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceException Modifier and Type Method Description private voidRealmsGenericErrorScreen. errorMessage(RealmsServiceException p_224224_1_)Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceException Constructor Description RealmsGenericErrorScreen(RealmsServiceException p_i232204_1_, Screen p_i232204_2_)
-