Uses of Class
com.mojang.realmsclient.exception.RealmsServiceException
Packages that use RealmsServiceException
Package
Description
-
Uses of RealmsServiceException in com.mojang.realmsclient
Fields in com.mojang.realmsclient declared as RealmsServiceExceptionModifier and TypeFieldDescriptionprivate final RealmsServiceException
RealmsAvailability.Result.exception
The field for theexception
record component.Methods in com.mojang.realmsclient that return RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsAvailability.Result.exception()
Returns the value of theexception
record component.Methods in com.mojang.realmsclient that throw RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsMainScreen.RealmsCall.request
(RealmsClient pRealmsClient) Constructors in com.mojang.realmsclient with parameters of type RealmsServiceExceptionModifierConstructorDescriptionResult
(RealmsServiceException p_294364_) Result
(RealmsAvailability.Type type, RealmsServiceException exception) Creates an instance of aResult
record class. -
Uses of RealmsServiceException in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoid
RealmsClient.acceptInvitation
(String pInviteId) void
RealmsClient.agreeToTos()
RealmsClient.backupsFor
(long pWorldId) RealmsClient.clientCompatible()
RealmsClient.close
(long pWorldId) RealmsClient.createSnapshotRealm
(Long pParentId) void
RealmsClient.deleteRealm
(long pWorldId) private String
RealmsClient.fetchWorldTemplates
(int pPage, int pPageSize, RealmsServer.WorldType pWorldType) RealmsClient.getActivity
(long pWorldId) RealmsClient.getLiveStats()
RealmsClient.getNews()
RealmsClient.getNotifications()
RealmsClient.getOwnRealm
(long pId) boolean
RealmsClient.hasParentalConsent()
void
RealmsClient.initializeRealm
(long pWorldId, String pName, String pDescription) RealmsClient.join
(long pServerId) RealmsClient.listRealms()
RealmsClient.listSnapshotEligibleRealms()
void
RealmsClient.notificationsDismiss
(List<UUID> pUuidList) void
RealmsClient.notificationsSeen
(List<UUID> pUuidList) RealmsClient.open
(long pWorldId) RealmsClient.pendingInvites()
int
RealmsClient.pendingInvitesCount()
RealmsClient.putIntoMinigameMode
(long pWorldId, String pMinigameId) void
RealmsClient.rejectInvitation
(String pInviteId) RealmsClient.requestDownloadInfo
(long pWorldId, int pSlotId) RealmsClient.requestUploadInfo
(long pWorldId, String pToken) RealmsClient.resetWorldWithSeed
(long pWorldId, WorldGenerationInfo pGenerationInfo) RealmsClient.resetWorldWithTemplate
(long pWorldId, String pWorldTemplateId) void
RealmsClient.restoreWorld
(long pWorldId, String pBackupId) void
RealmsClient.sendPingResults
(PingResult pPingResult) RealmsClient.subscriptionFor
(long pWorldId) boolean
RealmsClient.switchSlot
(long pWorldId, int pSlotId) RealmsClient.trialAvailable()
void
void
RealmsClient.uninviteMyselfFrom
(long pWorldId) void
void
RealmsClient.updateSlot
(long pWorldId, int pSlotId, RealmsWorldOptions pWorldOptions) -
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 static RealmsGenericErrorScreen.ErrorMessage
RealmsGenericErrorScreen.errorMessage
(RealmsServiceException pException) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen
(RealmsServiceException pServiceException, Screen pNextScreen) -
Uses of RealmsServiceException in com.mojang.realmsclient.util.task
Methods in com.mojang.realmsclient.util.task with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionprotected void
LongRunningTask.error
(RealmsServiceException pException) Methods in com.mojang.realmsclient.util.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddress
GetServerDetailsTask.fetchServerAddress()
protected void
ResettingGeneratedWorldTask.sendResetRequest
(RealmsClient pClient, long pServerId) protected void
ResettingTemplateWorldTask.sendResetRequest
(RealmsClient pClient, long pServerId) protected abstract void
ResettingWorldTask.sendResetRequest
(RealmsClient pClient, long pServerId)