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 RealmsServiceExceptionRealmsAvailability.Result.exceptionThe field for theexceptionrecord component.Methods in com.mojang.realmsclient that return RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsAvailability.Result.exception()Returns the value of theexceptionrecord 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 aResultrecord class. -
Uses of RealmsServiceException in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsClient.acceptInvitation(String inviteId) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long worldId) RealmsClient.clientCompatible()RealmsClient.close(long worldId) RealmsClient.createSnapshotRealm(Long parentId) voidRealmsClient.deleteRealm(long worldId) private StringRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType worldType) RealmsClient.getActivity(long worldId) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getNotifications()RealmsClient.getOwnRealm(long id) RealmsClient.getPreferredRegionSelections()booleanRealmsClient.hasParentalConsent()voidRealmsClient.initializeRealm(long worldId, String name, String description) RealmsClient.join(long worldId) RealmsClient.listRealms()RealmsClient.listSnapshotEligibleRealms()voidRealmsClient.notificationsDismiss(List<UUID> uuidList) voidRealmsClient.notificationsSeen(List<UUID> uuidList) RealmsClient.open(long worldId) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long worldId, String minigameId) voidRealmsClient.rejectInvitation(String inviteId) RealmsClient.requestDownloadInfo(long worldId, int slotId) RealmsClient.requestUploadInfo(long worldId) RealmsClient.resetWorldWithTemplate(long worldId, String worldTemplateId) voidRealmsClient.restoreWorld(long worldId, String backupId) voidRealmsClient.sendPingResults(PingResult pingResult) RealmsClient.subscriptionFor(long worldId) booleanRealmsClient.switchSlot(long worldId, int slotId) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long worldId) voidRealmsClient.updateConfiguration(long worldId, String name, String description, RegionSelectionPreferenceDto regionSettings, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) voidRealmsClient.updateSlot(long worldId, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) private Stringprivate String -
Uses of RealmsServiceException in com.mojang.realmsclient.client.worldupload
Methods in com.mojang.realmsclient.client.worldupload that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate UploadInfoRealmsWorldUpload.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 exception) private static RealmsGenericErrorScreen.ErrorMessageRealmsGenericErrorScreen.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.gui.screens.configuration
Methods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsConfigureWorldScreen.createErrorScreen(RealmsServiceException exception) -
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> screenSupplier, String errorMessage) static Consumer<RealmsServiceException> RealmsUtil.openScreenOnFailure(Function<RealmsServiceException, Screen> screenSupplier) Method parameters in com.mojang.realmsclient.util with type arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer<RealmsServiceException> RealmsUtil.openScreenAndLogOnFailure(Function<RealmsServiceException, Screen> screenSupplier, String errorMessage) static Consumer<RealmsServiceException> RealmsUtil.openScreenOnFailure(Function<RealmsServiceException, Screen> screenSupplier) static CompletableFuture<Void> RealmsUtil.runAsync(RealmsUtil.RealmsIoConsumer action, Consumer<RealmsServiceException> onError) static <T> CompletableFuture<T> RealmsUtil.supplyAsync(RealmsUtil.RealmsIoFunction<T> action, Consumer<RealmsServiceException> onError) Methods in com.mojang.realmsclient.util that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsUtil.RealmsIoConsumer.accept(RealmsClient client) default VoidRealmsUtil.RealmsIoConsumer.apply(RealmsClient client) RealmsUtil.RealmsIoFunction.apply(RealmsClient client) -
Uses of RealmsServiceException in com.mojang.realmsclient.util.task
Methods in com.mojang.realmsclient.util.task with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionprotected voidLongRunningTask.error(RealmsServiceException exception) Methods in com.mojang.realmsclient.util.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsJoinInformationGetServerDetailsTask.fetchServerAddress()protected voidResettingTemplateWorldTask.sendResetRequest(RealmsClient client, long serverId) protected abstract voidResettingWorldTask.sendResetRequest(RealmsClient client, long serverId)