Uses of Class
net.minecraft.client.realms.exception.RealmsServiceException
Packages that use RealmsServiceException
Package
Description
The base package for all Minecraft classes.
-
Uses of RealmsServiceException in net.minecraft
Fields in net.minecraft declared as RealmsServiceExceptionModifier and TypeFieldDescriptionprivate final @Nullable RealmsServiceException
class_8647.class_8648.exception
The field for theexception
record component.Methods in net.minecraft that return RealmsServiceExceptionModifier and TypeMethodDescriptionclass_8647.class_8648.exception()
Returns the value of theexception
record component.Constructors in net.minecraft with parameters of type RealmsServiceExceptionModifierConstructorDescriptionclass_8648
(class_8647.class_8649 class_8649, @Nullable RealmsServiceException realmsServiceException) class_8648
(RealmsServiceException realmsServiceException) -
Uses of RealmsServiceException in net.minecraft.client.realms
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) 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) boolean
RealmsClient.method_52655()
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) -
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 that throw RealmsServiceExceptionModifier 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) -
Uses of RealmsServiceException in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util with parameters of type RealmsServiceExceptionModifier and TypeMethodDescriptiondefault void
Errable.method_52662
(RealmsServiceException realmsServiceException)