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 RealmsServiceExceptionConstructors 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 inviteId) void
RealmsClient.agreeToTos()
RealmsClient.backupsFor
(long worldId) RealmsClient.clientCompatible()
RealmsClient.close
(long worldId) RealmsClient.createSnapshotRealm
(Long parentId) void
RealmsClient.deleteRealm
(long worldId) private String
RealmsClient.fetchWorldTemplates
(int page, int pageSize, RealmsServer.WorldType worldType) RealmsClient.getActivity
(long worldId) RealmsClient.getLiveStats()
RealmsClient.getNews()
RealmsClient.getNotifications()
RealmsClient.getOwnRealm
(long id) boolean
RealmsClient.hasParentalConsent()
void
RealmsClient.initializeRealm
(long worldId, String name, String description) RealmsClient.join
(long serverId) RealmsClient.listRealms()
RealmsClient.listSnapshotEligibleRealms()
void
RealmsClient.notificationsDismiss
(List<UUID> uuidList) void
RealmsClient.notificationsSeen
(List<UUID> uuidList) RealmsClient.open
(long worldId) RealmsClient.pendingInvites()
int
RealmsClient.pendingInvitesCount()
RealmsClient.putIntoMinigameMode
(long worldId, String minigameId) void
RealmsClient.rejectInvitation
(String inviteId) RealmsClient.requestDownloadInfo
(long worldId, int slotId) RealmsClient.requestUploadInfo
(long worldId, String token) RealmsClient.resetWorldWithSeed
(long worldId, WorldGenerationInfo generationInfo) RealmsClient.resetWorldWithTemplate
(long worldId, String worldTemplateId) void
RealmsClient.restoreWorld
(long worldId, String backupId) void
RealmsClient.sendPingResults
(PingResult pingResult) RealmsClient.subscriptionFor
(long worldId) boolean
RealmsClient.switchSlot
(long worldId, int slotId) RealmsClient.trialAvailable()
void
void
RealmsClient.uninviteMyselfFrom
(long worldId) void
void
RealmsClient.updateSlot
(long worldId, int slotId, RealmsWorldOptions worldOptions) -
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 exception) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen
(RealmsServiceException serviceException, Screen nextScreen) -
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 exception) Methods in com.mojang.realmsclient.util.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddress
GetServerDetailsTask.fetchServerAddress()
protected void
ResettingGeneratedWorldTask.sendResetRequest
(RealmsClient client, long serverId) protected void
ResettingTemplateWorldTask.sendResetRequest
(RealmsClient client, long serverId) protected abstract void
ResettingWorldTask.sendResetRequest
(RealmsClient client, long serverId)