-
Methods in net.minecraft.client.realms that throw RealmsServiceException
| Modifier and Type |
Method |
Description |
void |
RealmsClient.acceptInvitation(String invitationId) |
|
void |
RealmsClient.agreeToTos() |
|
BackupList |
RealmsClient.backupsFor(long worldId) |
|
RealmsClient.CompatibleVersionResponse |
RealmsClient.clientCompatible() |
|
Boolean |
RealmsClient.close(long worldId) |
|
void |
RealmsClient.deleteWorld(long worldId) |
|
Ops |
RealmsClient.deop(long worldId,
String profileUuid) |
|
WorldDownload |
RealmsClient.download(long worldId,
int slotId) |
|
private String |
RealmsClient.execute(Request<?> r) |
|
WorldTemplatePaginatedList |
RealmsClient.fetchWorldTemplates(int page,
int pageSize,
RealmsServer.WorldType type) |
|
RealmsServerPlayerLists |
RealmsClient.getLiveStats() |
|
RealmsNews |
RealmsClient.getNews() |
|
RealmsServer |
RealmsClient.getOwnWorld(long worldId) |
|
void |
RealmsClient.initializeWorld(long worldId,
String name,
String motd) |
|
RealmsServer |
RealmsClient.invite(long worldId,
String profileName) |
|
RealmsServerAddress |
RealmsClient.join(long worldId) |
|
RealmsServerList |
RealmsClient.listWorlds() |
|
Boolean |
RealmsClient.mcoEnabled() |
|
class_6193 |
RealmsClient.method_35684(long long2) |
|
Ops |
RealmsClient.op(long worldId,
String profileUuid) |
|
Boolean |
RealmsClient.open(long worldId) |
|
PendingInvitesList |
RealmsClient.pendingInvites() |
|
int |
RealmsClient.pendingInvitesCount() |
|
Boolean |
RealmsClient.putIntoMinigameMode(long worldId,
String minigameId) |
|
void |
RealmsClient.rejectInvitation(String invitationId) |
|
Boolean |
RealmsClient.resetWorldWithSeed(long worldId,
ResetWorldInfo resetWorldInfo) |
|
Boolean |
RealmsClient.resetWorldWithTemplate(long worldId,
String worldTemplateId) |
|
void |
RealmsClient.restoreWorld(long worldId,
String backupId) |
|
void |
RealmsClient.sendPingResults(PingResult pingResult) |
|
Boolean |
RealmsClient.stageAvailable() |
|
Subscription |
RealmsClient.subscriptionFor(long worldId) |
|
boolean |
RealmsClient.switchSlot(long worldId,
int slot) |
|
Boolean |
RealmsClient.trialAvailable() |
|
void |
RealmsClient.uninvite(long worldId,
String profileUuid) |
|
void |
RealmsClient.uninviteMyselfFrom(long worldId) |
|
void |
RealmsClient.update(long worldId,
String name,
String motd) |
|
void |
RealmsClient.updateSlot(long worldId,
int slot,
RealmsWorldOptions options) |
|
@Nullable UploadInfo |
RealmsClient.upload(long worldId,
@Nullable String token) |
|
-
-
-