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 TypeMethodDescriptionprivate static RealmsGenericErrorScreen.ErrorMessagesRealmsGenericErrorScreen.getErrorMessages(RealmsServiceException exception) RealmsBrokenWorldScreen.method_72203(RealmsServiceException realmsServiceException) RealmsConfigureWorldScreen.method_72205(RealmsServiceException realmsServiceException) 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.method_72220(Function<RealmsServiceException, Screen> function) static Consumer<RealmsServiceException> RealmsUtil.method_72221(Function<RealmsServiceException, Screen> function, String string) Method parameters in net.minecraft.client.realms.util with type arguments of type RealmsServiceExceptionModifier and TypeMethodDescriptionstatic CompletableFuture<Void> RealmsUtil.method_72216(RealmsUtil.class_11538 class_11538, @Nullable Consumer<RealmsServiceException> consumer) static <T> CompletableFuture<T> RealmsUtil.method_72217(RealmsUtil.class_11539<T> class_11539, @Nullable Consumer<RealmsServiceException> consumer) static Consumer<RealmsServiceException> RealmsUtil.method_72220(Function<RealmsServiceException, Screen> function) static Consumer<RealmsServiceException> RealmsUtil.method_72221(Function<RealmsServiceException, Screen> function, String string) Methods in net.minecraft.client.realms.util that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoidRealmsUtil.class_11538.accept(RealmsClient realmsClient) default VoidRealmsUtil.class_11538.apply(RealmsClient realmsClient) RealmsUtil.class_11539.apply(RealmsClient realmsClient) private UploadInfoRealmsUploader.uploadSync()