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 void
RealmsClient. acceptInvitation(java.lang.String p_224901_1_)
void
RealmsClient. agreeToTos()
BackupList
RealmsClient. backupsFor(long p_224923_1_)
RealmsClient.CompatibleVersionResponse
RealmsClient. clientCompatible()
java.lang.Boolean
RealmsClient. close(long p_224932_1_)
void
RealmsClient. deleteWorld(long p_224916_1_)
Ops
RealmsClient. deop(long p_224929_1_, java.lang.String p_224929_3_)
private java.lang.String
RealmsClient. execute(Request<?> p_224938_1_)
WorldTemplatePaginatedList
RealmsClient. fetchWorldTemplates(int p_224930_1_, int p_224930_2_, RealmsServer.ServerType p_224930_3_)
RealmsServerPlayerLists
RealmsClient. getLiveStats()
RealmsNews
RealmsClient. getNews()
RealmsServer
RealmsClient. getOwnWorld(long p_224935_1_)
void
RealmsClient. initializeWorld(long p_224900_1_, java.lang.String p_224900_3_, java.lang.String p_224900_4_)
RealmsServer
RealmsClient. invite(long p_224910_1_, java.lang.String p_224910_3_)
RealmsServerAddress
RealmsClient. join(long p_224904_1_)
RealmsServerList
RealmsClient. listWorlds()
java.lang.Boolean
RealmsClient. mcoEnabled()
Ops
RealmsClient. op(long p_224906_1_, java.lang.String p_224906_3_)
java.lang.Boolean
RealmsClient. open(long p_224942_1_)
PendingInvitesList
RealmsClient. pendingInvites()
int
RealmsClient. pendingInvitesCount()
java.lang.Boolean
RealmsClient. putIntoMinigameMode(long p_224905_1_, java.lang.String p_224905_3_)
void
RealmsClient. rejectInvitation(java.lang.String p_224913_1_)
WorldDownload
RealmsClient. requestDownloadInfo(long p_224917_1_, int p_224917_3_)
UploadInfo
RealmsClient. requestUploadInfo(long p_224934_1_, java.lang.String p_224934_3_)
java.lang.Boolean
RealmsClient. resetWorldWithSeed(long p_224943_1_, java.lang.String p_224943_3_, java.lang.Integer p_224943_4_, boolean p_224943_5_)
java.lang.Boolean
RealmsClient. resetWorldWithTemplate(long p_224924_1_, java.lang.String p_224924_3_)
void
RealmsClient. restoreWorld(long p_224928_1_, java.lang.String p_224928_3_)
void
RealmsClient. sendPingResults(PingResult p_224903_1_)
java.lang.Boolean
RealmsClient. stageAvailable()
Subscription
RealmsClient. subscriptionFor(long p_224933_1_)
boolean
RealmsClient. switchSlot(long p_224927_1_, int p_224927_3_)
java.lang.Boolean
RealmsClient. trialAvailable()
void
RealmsClient. uninvite(long p_224908_1_, java.lang.String p_224908_3_)
void
RealmsClient. uninviteMyselfFrom(long p_224912_1_)
void
RealmsClient. update(long p_224922_1_, java.lang.String p_224922_3_, java.lang.String p_224922_4_)
void
RealmsClient. 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 class
RetryCallException
-
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 void
RealmsGenericErrorScreen. 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_)
-