Uses of Class
com.mojang.realmsclient.exception.RealmsServiceException
Package
Description
-
Uses of RealmsServiceException in com.mojang.realmsclient
Modifier and TypeFieldDescriptionprivate final RealmsServiceException
RealmsAvailability.Result.exception
The field for theexception
record component.Modifier and TypeMethodDescriptionRealmsAvailability.Result.exception()
Returns the value of theexception
record component.ModifierConstructorDescriptionResult
(RealmsServiceException p_294364_) Result
(RealmsAvailability.Type type, RealmsServiceException exception) Creates an instance of aResult
record class. -
Uses of RealmsServiceException in com.mojang.realmsclient.client
Modifier and TypeMethodDescriptionvoid
RealmsClient.acceptInvitation
(String p_87202_) void
RealmsClient.agreeToTos()
RealmsClient.backupsFor
(long p_87231_) RealmsClient.clientCompatible()
RealmsClient.close
(long p_87243_) RealmsClient.createSnapshotRealm
(Long p_306020_) void
RealmsClient.deleteWorld
(long p_87255_) private String
RealmsClient.fetchWorldTemplates
(int p_87171_, int p_87172_, RealmsServer.WorldType p_87173_) RealmsClient.getActivity
(long p_167279_) RealmsClient.getLiveStats()
RealmsClient.getNews()
RealmsClient.getNotifications()
RealmsClient.getOwnWorld
(long p_87175_) boolean
RealmsClient.hasParentalConsent()
void
RealmsClient.initializeWorld
(long p_87192_, String p_87193_, String p_87194_) RealmsClient.join
(long p_87208_) RealmsClient.listSnapshotEligibleRealms()
RealmsClient.listWorlds()
void
RealmsClient.notificationsDismiss
(List<UUID> p_275407_) void
RealmsClient.notificationsSeen
(List<UUID> p_275212_) RealmsClient.open
(long p_87237_) RealmsClient.pendingInvites()
int
RealmsClient.pendingInvitesCount()
RealmsClient.putIntoMinigameMode
(long p_87233_, String p_87234_) void
RealmsClient.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_) void
RealmsClient.restoreWorld
(long p_87225_, String p_87226_) void
RealmsClient.sendPingResults
(PingResult p_87200_) RealmsClient.subscriptionFor
(long p_87249_) boolean
RealmsClient.switchSlot
(long p_87177_, int p_87178_) RealmsClient.trialAvailable()
void
void
RealmsClient.uninviteMyselfFrom
(long p_87223_) void
void
RealmsClient.updateSlot
(long p_87180_, int p_87181_, RealmsWorldOptions p_87182_) -
Uses of RealmsServiceException in com.mojang.realmsclient.exception
-
Uses of RealmsServiceException in com.mojang.realmsclient.gui.screens
Modifier and TypeMethodDescriptionprivate static RealmsGenericErrorScreen.ErrorMessage
RealmsGenericErrorScreen.errorMessage
(RealmsServiceException p_288965_) ModifierConstructorDescriptionRealmsGenericErrorScreen
(RealmsServiceException p_88669_, Screen p_88670_) -
Uses of RealmsServiceException in com.mojang.realmsclient.util.task
Modifier and TypeMethodDescriptionprotected void
LongRunningTask.error
(RealmsServiceException p_301270_) Modifier and TypeMethodDescriptionprivate RealmsServerAddress
GetServerDetailsTask.fetchServerAddress()
protected void
ResettingGeneratedWorldTask.sendResetRequest
(RealmsClient p_167664_, long p_167665_) protected void
ResettingTemplateWorldTask.sendResetRequest
(RealmsClient p_167673_, long p_167674_) protected abstract void
ResettingWorldTask.sendResetRequest
(RealmsClient p_167679_, long p_167680_)