Uses of Class
net.minecraft.client.realms.exception.RealmsServiceException
Package
Description
-
Uses of RealmsServiceException in net.minecraft.client.realms
Modifier and TypeFieldDescriptionprivate final @Nullable RealmsServiceException
RealmsAvailability.Info.exception
The field for theexception
record component.Modifier and TypeMethodDescriptionRealmsAvailability.Info.exception()
Returns the value of theexception
record component.Modifier 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.resetWorldWithSeed
(long worldId, ResetWorldInfo resetWorldInfo) 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) ModifierConstructorDescriptionInfo
(RealmsServiceException exception) Info
(RealmsAvailability.Type type, @Nullable RealmsServiceException realmsServiceException) -
Uses of RealmsServiceException in net.minecraft.client.realms.exception
-
Uses of RealmsServiceException in net.minecraft.client.realms.gui.screen
Modifier and TypeMethodDescriptionprivate static RealmsGenericErrorScreen.ErrorMessages
RealmsGenericErrorScreen.getErrorMessages
(RealmsServiceException exception) ModifierConstructorDescriptionRealmsGenericErrorScreen
(RealmsServiceException realmsServiceException, Screen parent) -
Uses of RealmsServiceException in net.minecraft.client.realms.task
Modifier and TypeMethodDescriptionprotected void
LongRunningTask.error
(RealmsServiceException exception) Modifier and TypeMethodDescriptionprivate RealmsServerAddress
RealmsPrepareConnectionTask.join()
protected void
ResettingNormalWorldTask.resetWorld
(RealmsClient client, long worldId) protected abstract void
ResettingWorldTask.resetWorld
(RealmsClient client, long worldId) protected void
ResettingWorldTemplateTask.resetWorld
(RealmsClient client, long worldId)