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 RealmsServiceException
RealmsAvailability.Info.exception
The field for theexception
record component.Methods in net.minecraft.client.realms that return RealmsServiceExceptionModifier and TypeMethodDescriptionRealmsAvailability.Info.exception()
Returns the value of theexception
record component.Methods in net.minecraft.client.realms that throw RealmsServiceExceptionModifier and TypeMethodDescriptionvoid
RealmsClient.acceptInvitation
(String invitationId) void
RealmsClient.agreeToTos()
RealmsClient.backupsFor
(long worldId) RealmsClient.clientCompatible()
RealmsClient.close
(long worldId) RealmsClient.createPrereleaseServer
(Long parentWorldId) void
RealmsClient.deleteWorld
(long worldId) void
RealmsClient.dismissNotifications
(List<UUID> notifications) RealmsClient.download
(long worldId, int slotId) private String
RealmsClient.fetchWorldTemplates
(int page, int pageSize, RealmsServer.WorldType type) RealmsClient.getLiveStats()
RealmsClient.getNews()
RealmsClient.getOwnWorld
(long worldId) RealmsClient.getPlayerActivities
(long worldId) RealmsClient.getPrereleaseEligibleServers()
void
RealmsClient.initializeWorld
(long worldId, String name, String motd) RealmsClient.join
(long worldId) RealmsClient.listNotifications()
RealmsClient.listWorlds()
void
RealmsClient.markNotificationsAsSeen
(List<UUID> notifications) boolean
RealmsClient.mcoEnabled()
RealmsClient.open
(long worldId) RealmsClient.pendingInvites()
int
RealmsClient.pendingInvitesCount()
RealmsClient.putIntoMinigameMode
(long worldId, String minigameId) void
RealmsClient.rejectInvitation
(String invitationId) RealmsClient.resetWorldWithTemplate
(long worldId, String worldTemplateId) void
RealmsClient.restoreWorld
(long worldId, String backupId) void
RealmsClient.sendPingResults
(PingResult pingResult) RealmsClient.subscriptionFor
(long worldId) boolean
RealmsClient.switchSlot
(long worldId, int slot) RealmsClient.trialAvailable()
void
void
RealmsClient.uninviteMyselfFrom
(long worldId) void
void
RealmsClient.updateSlot
(long worldId, int slot, RealmsWorldOptions options) RealmsClient.upload
(long worldId) Constructors 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.ErrorMessages
RealmsGenericErrorScreen.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 void
LongRunningTask.error
(RealmsServiceException exception) Methods in net.minecraft.client.realms.task that throw RealmsServiceExceptionModifier and TypeMethodDescriptionprivate RealmsServerAddress
RealmsPrepareConnectionTask.join()
protected abstract void
ResettingWorldTask.resetWorld
(RealmsClient client, long worldId) protected void
ResettingWorldTemplateTask.resetWorld
(RealmsClient client, long worldId) -
Uses of RealmsServiceException in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util that throw RealmsServiceException