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 @Nullable 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 exception) Result(RealmsAvailability.Type type, @Nullable 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 invitationId) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long realmId) RealmsClient.clientCompatible()RealmsClient.close(long realmId) voidRealmsClient.createInviteCode(long realmId, boolean enabled, @Nullable Instant expiration) RealmsClient.createSnapshotRealm(Long parentId) voidRealmsClient.deleteInviteCode(String code) voidRealmsClient.deleteRealm(long realmId) private StringRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType type) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getNotifications()RealmsClient.getOwnRealm(long realmId) RealmsClient.getPreferredRegionSelections()RealmsClient.getRealmTierConfiguration(long realmId) booleanRealmsClient.hasParentalConsent()voidRealmsClient.initializeRealm(long realmId, String name, String motd) RealmsClient.inviteCodes(long realmId) RealmsClient.join(long realmId) RealmsClient.listRealms()RealmsClient.listSnapshotEligibleRealms()voidRealmsClient.notificationsDismiss(List<UUID> notificationUuids) voidRealmsClient.notificationsSeen(List<UUID> notificationUuids) RealmsClient.open(long realmId) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long realmId, String minigameId) voidRealmsClient.redeemInviteCode(String code) voidRealmsClient.rejectInvitation(String invitationId) RealmsClient.requestDownloadInfo(long realmId, int slotId) RealmsClient.requestUploadInfo(long realmId) RealmsClient.resetWorldWithTemplate(long realmId, String worldTemplateId) voidRealmsClient.restoreWorld(long realmId, String backupId) voidRealmsClient.sendPingResults(PingResult pingResult) RealmsClient.subscriptionFor(long realmId) booleanRealmsClient.switchSlot(long realmId, int slot) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long realmId) voidRealmsClient.updateConfiguration(long realmId, String name, String description, @Nullable RegionSelectionPreferenceDto regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) voidRealmsClient.updateInviteCode(long realmId, String code, boolean enabled, @Nullable Instant expiration) voidRealmsClient.updateRenderDistance(long realmId, int renderDistance) voidRealmsClient.updateSimulationDistance(long realmId, int simulationDistance) voidRealmsClient.updateSlot(long realmId, int slotId, RealmsWorldOptions options, List<RealmsSetting> settings) private 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.forServiceError(RealmsServiceException realmsServiceException) private voidRealmsJoinRealmWithCodeScreen.onJoinFailure(RealmsServiceException exception) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException realmsServiceException, 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) private voidRealmsEditInviteCodeScreen.handleFailure(RealmsServiceException exception, String message) private voidRealmsInviteCodesScreen.handleFailure(RealmsServiceException exception, String message, Screen errorReturnScreen) -
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> errorScreen, String errorMessage) static Consumer<RealmsServiceException> RealmsUtil.openScreenOnFailure(Function<RealmsServiceException, Screen> errorScreen) Method parameters in com.mojang.realmsclient.util with type arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer<RealmsServiceException> RealmsUtil.openScreenAndLogOnFailure(Function<RealmsServiceException, Screen> errorScreen, String errorMessage) static Consumer<RealmsServiceException> RealmsUtil.openScreenOnFailure(Function<RealmsServiceException, Screen> errorScreen) static CompletableFuture<Void> RealmsUtil.runAsync(RealmsUtil.RealmsIoConsumer function, @Nullable Consumer<RealmsServiceException> onFailure) static <T> CompletableFuture<T> RealmsUtil.supplyAsync(RealmsUtil.RealmsIoFunction<T> function, @Nullable Consumer<RealmsServiceException> onFailure) 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 ex) 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)