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) RealmsClient.getPreferredRegionSelections()
boolean
RealmsClient.hasParentalConsent()
void
RealmsClient.initializeRealm
(long pWorldId, String pName, String pDescription) RealmsClient.join
(long pWorldId) 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) 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
RealmsClient.updateConfiguration
(long pWorldId, String pName, String pDescription, RegionSelectionPreferenceDto pRegionSettings, int pSlotId, RealmsWorldOptions pOptions, List<RealmsSetting> pSettings) void
RealmsClient.updateSlot
(long pWorldId, int pSlotId, RealmsWorldOptions pOptions, List<RealmsSetting> pSettings) private String
private String
-
Uses of RealmsServiceException in com.mojang.realmsclient.client.worldupload
Methods in com.mojang.realmsclient.client.worldupload that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate UploadInfo
RealmsWorldUpload.requestUploadInfoWithRetries()
-
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 TypeMethodDescriptionRealmsBrokenWorldScreen.createErrorScreen
(RealmsServiceException p_428698_) private 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.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsConfigureWorldScreen.createErrorScreen
(RealmsServiceException p_428711_) -
Uses of RealmsServiceException in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util that return types with arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer
<RealmsServiceException> RealmsUtil.openScreenAndLogOnFailure
(Function<RealmsServiceException, Screen> pScreenSupplier, String pErrorMessage) static Consumer
<RealmsServiceException> RealmsUtil.openScreenOnFailure
(Function<RealmsServiceException, Screen> pScreenSupplier) Method parameters in com.mojang.realmsclient.util with type arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer
<RealmsServiceException> RealmsUtil.openScreenAndLogOnFailure
(Function<RealmsServiceException, Screen> pScreenSupplier, String pErrorMessage) static Consumer
<RealmsServiceException> RealmsUtil.openScreenOnFailure
(Function<RealmsServiceException, Screen> pScreenSupplier) static CompletableFuture
<Void> RealmsUtil.runAsync
(RealmsUtil.RealmsIoConsumer pAction, Consumer<RealmsServiceException> pOnError) static <T> CompletableFuture
<T> RealmsUtil.supplyAsync
(RealmsUtil.RealmsIoFunction<T> pAction, Consumer<RealmsServiceException> pOnError) Methods in com.mojang.realmsclient.util that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoid
RealmsUtil.RealmsIoConsumer.accept
(RealmsClient pClient) default Void
RealmsUtil.RealmsIoConsumer.apply
(RealmsClient pClient) RealmsUtil.RealmsIoFunction.apply
(RealmsClient pClient) -
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 RealmsJoinInformation
GetServerDetailsTask.fetchServerAddress()
protected void
ResettingTemplateWorldTask.sendResetRequest
(RealmsClient pClient, long pServerId) protected abstract void
ResettingWorldTask.sendResetRequest
(RealmsClient pClient, long pServerId)