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_224901_1_) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long p_224923_1_) RealmsClient.clientCompatible()RealmsClient.close(long p_224932_1_) voidRealmsClient.deleteWorld(long p_224916_1_) private StringRealmsClient.fetchWorldTemplates(int p_224930_1_, int p_224930_2_, RealmsServer.ServerType p_224930_3_) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getOwnWorld(long p_224935_1_) voidRealmsClient.initializeWorld(long p_224900_1_, String p_224900_3_, String p_224900_4_) RealmsClient.join(long p_224904_1_) RealmsClient.listWorlds()RealmsClient.mcoEnabled()RealmsClient.open(long p_224942_1_) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long p_224905_1_, String p_224905_3_) voidRealmsClient.rejectInvitation(String p_224913_1_) RealmsClient.requestDownloadInfo(long p_224917_1_, int p_224917_3_) RealmsClient.requestUploadInfo(long p_224934_1_, String p_224934_3_) RealmsClient.resetWorldWithSeed(long p_224943_1_, String p_224943_3_, Integer p_224943_4_, boolean p_224943_5_) RealmsClient.resetWorldWithTemplate(long p_224924_1_, String p_224924_3_) voidRealmsClient.restoreWorld(long p_224928_1_, String p_224928_3_) voidRealmsClient.sendPingResults(PingResult p_224903_1_) RealmsClient.stageAvailable()RealmsClient.subscriptionFor(long p_224933_1_) booleanRealmsClient.switchSlot(long p_224927_1_, int p_224927_3_) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long p_224912_1_) voidvoidRealmsClient.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 -
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_224224_1_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException p_i232204_1_, Screen p_i232204_2_)