Uses of Class
net.minecraft.client.realms.exception.RealmsServiceException
Package
Description
-
Uses of RealmsServiceException in net.minecraft.client.realms
Modifier and TypeMethodDescriptionvoid
RealmsClient.acceptInvitation
(String invitationId) void
RealmsClient.agreeToTos()
RealmsClient.backupsFor
(long worldId) RealmsClient.clientCompatible()
RealmsClient.close
(long worldId) 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) void
RealmsClient.initializeWorld
(long worldId, String name, String motd) RealmsClient.join
(long worldId) RealmsClient.listNotifications()
RealmsClient.listWorlds()
void
RealmsClient.markNotificationsAsSeen
(List<UUID> notifications) 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.stageAvailable()
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) -
Uses of RealmsServiceException in net.minecraft.client.realms.exception
-
Uses of RealmsServiceException in net.minecraft.client.realms.gui.screen
Modifier and TypeMethodDescriptionRealmsGenericErrorScreen.getErrorMessages
(RealmsServiceException exception) ModifierConstructorDescriptionRealmsGenericErrorScreen
(RealmsServiceException realmsServiceException, Screen parent) -
Uses of RealmsServiceException in net.minecraft.client.realms.task
Modifier and TypeMethodDescriptionprivate RealmsServerAddress
RealmsGetServerDetailsTask.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)