Uses of Class
net.minecraft.client.realms.exception.RealmsServiceException
Packages that use RealmsServiceException
Package
Description
- 
Uses of RealmsServiceException in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as RealmsServiceExceptionModifier and TypeFieldDescriptionprivate final @Nullable RealmsServiceExceptionRealmsAvailability.Info.exceptionThe field for theexceptionrecord component.Methods in net.minecraft.client.realms that return RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsAvailability.Info.exception()Returns the value of theexceptionrecord component.Methods in net.minecraft.client.realms that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsClient.acceptInvitation(String invitationId) voidRealmsClient.agreeToTos()RealmsClient.backupsFor(long worldId) RealmsClient.clientCompatible()RealmsClient.close(long worldId) voidRealmsClient.configure(long worldId, String name, String description, @Nullable RealmsRegionSelectionPreference regionSelectionPreference, int slotId, RealmsWorldOptions options, List<RealmsSettingDto> settings) RealmsClient.createPrereleaseServer(Long parentWorldId) voidRealmsClient.deleteWorld(long worldId) voidRealmsClient.dismissNotifications(List<UUID> notifications) RealmsClient.download(long worldId, int slotId) private StringRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType type) RealmsClient.getLiveStats()RealmsClient.getNews()RealmsClient.getOwnWorld(long worldId) RealmsClient.getPlayerActivities(long worldId) RealmsClient.getPrereleaseEligibleServers()RealmsClient.getRegionDataList()voidRealmsClient.initializeWorld(long worldId, String name, String motd) RealmsClient.join(long worldId) RealmsClient.listNotifications()RealmsClient.listWorlds()voidRealmsClient.markNotificationsAsSeen(List<UUID> notifications) booleanRealmsClient.mcoEnabled()RealmsClient.open(long worldId) RealmsClient.pendingInvites()intRealmsClient.pendingInvitesCount()RealmsClient.putIntoMinigameMode(long worldId, String minigameId) voidRealmsClient.rejectInvitation(String invitationId) 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 slot) RealmsClient.trialAvailable()voidvoidRealmsClient.uninviteMyselfFrom(long worldId) voidRealmsClient.updateSlot(long worldId, int slot, RealmsWorldOptions options, List<RealmsSettingDto> settings) RealmsClient.upload(long worldId) private Stringprivate StringConstructors in net.minecraft.client.realms with parameters of type RealmsServiceExceptionModifierConstructorDescriptionInfo(RealmsServiceException exception) Info(RealmsAvailability.Type type, @Nullable RealmsServiceException realmsServiceException)  - 
Uses of RealmsServiceException in net.minecraft.client.realms.exception
Subclasses of RealmsServiceException in net.minecraft.client.realms.exception - 
Uses of RealmsServiceException in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsBrokenWorldScreen.createErrorScreen(RealmsServiceException error) RealmsConfigureWorldScreen.createErrorScreen(RealmsServiceException error) private static RealmsGenericErrorScreen.ErrorMessagesRealmsGenericErrorScreen.getErrorMessages(RealmsServiceException exception) Methods in net.minecraft.client.realms.gui.screen that throw RealmsServiceExceptionConstructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsServiceExceptionModifierConstructorDescriptionRealmsGenericErrorScreen(RealmsServiceException realmsServiceException, Screen parent)  - 
Uses of RealmsServiceException in net.minecraft.client.realms.task
Methods in net.minecraft.client.realms.task with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptionprotected voidLongRunningTask.error(RealmsServiceException exception) Methods in net.minecraft.client.realms.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddressRealmsPrepareConnectionTask.join()protected abstract voidResettingWorldTask.resetWorld(RealmsClient client, long worldId) protected voidResettingWorldTemplateTask.resetWorld(RealmsClient client, long worldId)  - 
Uses of RealmsServiceException in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util that return types with arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer<RealmsServiceException> RealmsUtil.openingScreen(Function<RealmsServiceException, Screen> screenCreator) static Consumer<RealmsServiceException> RealmsUtil.openingScreenAndLogging(Function<RealmsServiceException, Screen> screenCreator, String errorPrefix) Method parameters in net.minecraft.client.realms.util with type arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic Consumer<RealmsServiceException> RealmsUtil.openingScreen(Function<RealmsServiceException, Screen> screenCreator) static Consumer<RealmsServiceException> RealmsUtil.openingScreenAndLogging(Function<RealmsServiceException, Screen> screenCreator, String errorPrefix) static CompletableFuture<Void> RealmsUtil.runAsync(RealmsUtil.RealmsRunnable runnable, @Nullable Consumer<RealmsServiceException> errorCallback) static <T> CompletableFuture<T> RealmsUtil.runAsync(RealmsUtil.RealmsSupplier<T> supplier, @Nullable Consumer<RealmsServiceException> errorCallback) Methods in net.minecraft.client.realms.util that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsUtil.RealmsRunnable.accept(RealmsClient client) default VoidRealmsUtil.RealmsRunnable.apply(RealmsClient realmsClient) RealmsUtil.RealmsSupplier.apply(RealmsClient client) private UploadInfoRealmsUploader.uploadSync()