Consoldiate all realms classes to net.minecraft.client.realms (#1549)

The client package was choosen since realms is only present in the client jar, hence all of it's classes are client only.
This commit is contained in:
i509VCB 2020-07-07 14:52:35 -07:00 committed by GitHub
parent 12aab80a83
commit 03f8f184b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
102 changed files with 107 additions and 107 deletions

View File

@ -1,4 +0,0 @@
CLASS net/minecraft/class_4354 com/mojang/realmsclient/exception/RealmsHttpException
METHOD <init> (Ljava/lang/String;Ljava/lang/Exception;)V
ARG 1 s
ARG 2 e

View File

@ -1,4 +0,0 @@
CLASS net/minecraft/class_4356 com/mojang/realmsclient/exception/RetryCallException
FIELD field_19608 delaySeconds I
METHOD <init> (I)V
ARG 1 delaySeconds

View File

@ -1,3 +0,0 @@
CLASS net/minecraft/class_4415 com/mojang/realmsclient/gui/screens/RealmsScreenWithCallback
METHOD method_21395 callback (Lnet/minecraft/class_4890;)V
ARG 1 template

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4869 net/minecraft/realms/CheckedGson
CLASS net/minecraft/class_4869 net/minecraft/client/realms/CheckedGson
COMMENT Checks so that only intended pojos are passed to the GSON (handles
COMMENT serialization after obfuscation).
FIELD field_22578 GSON Lcom/google/gson/Gson;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4435 net/minecraft/realms/CloseServerTask
CLASS net/minecraft/class_4435 net/minecraft/client/realms/CloseServerTask
FIELD field_20212 serverData Lnet/minecraft/class_4877;
FIELD field_20213 configureScreen Lnet/minecraft/class_4388;
METHOD <init> (Lnet/minecraft/class_4877;Lnet/minecraft/class_4388;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4899 net/minecraft/realms/DisconnectedRealmsScreen
CLASS net/minecraft/class_4899 net/minecraft/client/realms/DisconnectedRealmsScreen
FIELD field_22807 title Ljava/lang/String;
FIELD field_22808 reason Lnet/minecraft/class_2561;
FIELD field_22809 lines Ljava/util/List;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4436 net/minecraft/realms/DownloadTask
CLASS net/minecraft/class_4436 net/minecraft/client/realms/DownloadTask
FIELD field_20214 worldId J
FIELD field_20215 slot I
FIELD field_20216 lastScreen Lnet/minecraft/class_437;

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_5221 com/mojang/realmsclient/client/Errable
CLASS net/minecraft/class_5221 net/minecraft/client/realms/Errable
METHOD method_21067 error (Lnet/minecraft/class_2561;)V
METHOD method_27453 error (Ljava/lang/String;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4333 com/mojang/realmsclient/client/FileDownload
CLASS net/minecraft/class_4333 net/minecraft/client/realms/FileDownload
FIELD field_19522 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19523 cancelled Z
FIELD field_19524 finished Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4337 com/mojang/realmsclient/client/FileUpload
CLASS net/minecraft/class_4337 net/minecraft/client/realms/FileUpload
FIELD field_19550 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19551 file Ljava/io/File;
FIELD field_19552 worldId J

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4324 com/mojang/realmsclient/KeyCombo
CLASS net/minecraft/class_4324 net/minecraft/client/realms/KeyCombo
FIELD field_19453 chars [C
FIELD field_19454 matchIndex I
FIELD field_19455 onCompletion Ljava/lang/Runnable;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4437 net/minecraft/realms/OpenServerTask
CLASS net/minecraft/class_4437 net/minecraft/client/realms/OpenServerTask
FIELD field_20218 serverData Lnet/minecraft/class_4877;
FIELD field_20219 returnScreen Lnet/minecraft/class_437;
FIELD field_20220 join Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4339 com/mojang/realmsclient/client/Ping
CLASS net/minecraft/class_4339 net/minecraft/client/realms/Ping
METHOD method_20981 pingAllRegions ()Ljava/util/List;
METHOD method_20982 ping (Ljava/lang/String;)I
ARG 0 host

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4900 net/minecraft/realms/Realms
CLASS net/minecraft/class_4900 net/minecraft/client/realms/Realms
FIELD field_22812 REPEATED_NARRATOR Lnet/minecraft/class_4907;
METHOD method_25469 narrateNow (Ljava/lang/Iterable;)V
ARG 0 lines

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4901 net/minecraft/realms/RealmsBridge
CLASS net/minecraft/class_4901 net/minecraft/client/realms/RealmsBridge
FIELD field_22813 previousScreen Lnet/minecraft/class_437;
METHOD method_25475 switchToRealms (Lnet/minecraft/class_437;)V
ARG 1 parentScreen

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4341 com/mojang/realmsclient/client/RealmsClient
CLASS net/minecraft/class_4341 net/minecraft/client/realms/RealmsClient
FIELD field_19576 currentEnvironment Lnet/minecraft/class_4341$class_4343;
FIELD field_19577 initialized Z
FIELD field_19578 LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4344 com/mojang/realmsclient/client/RealmsClientConfig
CLASS net/minecraft/class_4344 net/minecraft/client/realms/RealmsClientConfig
FIELD field_19592 proxy Ljava/net/Proxy;
METHOD method_21034 getProxy ()Ljava/net/Proxy;
METHOD method_21035 setProxy (Ljava/net/Proxy;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4902 net/minecraft/realms/RealmsConnect
CLASS net/minecraft/class_4902 net/minecraft/client/realms/RealmsConnect
FIELD field_22814 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_22815 onlineScreen Lnet/minecraft/class_437;
FIELD field_22816 aborted Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4438 net/minecraft/realms/RealmsConnectTask
CLASS net/minecraft/class_4438 net/minecraft/client/realms/RealmsConnectTask
FIELD field_20222 realmsConnect Lnet/minecraft/class_4902;
FIELD field_20223 a Lnet/minecraft/class_4878;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_4878;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4345 com/mojang/realmsclient/client/RealmsError
CLASS net/minecraft/class_4345 net/minecraft/client/realms/RealmsError
FIELD field_19593 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19594 errorMessage Ljava/lang/String;
FIELD field_19595 errorCode I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4439 net/minecraft/realms/RealmsGetServerDetailsTask
CLASS net/minecraft/class_4439 net/minecraft/client/realms/RealmsGetServerDetailsTask
FIELD field_20224 server Lnet/minecraft/class_4877;
FIELD field_20225 lastScreen Lnet/minecraft/class_437;
FIELD field_20226 mainScreen Lnet/minecraft/class_4325;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4903 net/minecraft/realms/RealmsLabel
CLASS net/minecraft/class_4903 net/minecraft/client/realms/RealmsLabel
FIELD field_22819 text Lnet/minecraft/class_2561;
FIELD field_22820 x I
FIELD field_22821 y I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4325 com/mojang/realmsclient/RealmsMainScreen
CLASS net/minecraft/class_4325 net/minecraft/client/realms/RealmsMainScreen
FIELD field_19456 createdTrial Z
FIELD field_19457 showingPopup Z
FIELD field_19458 hasUnreadNews Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4904 net/minecraft/realms/RealmsObjectSelectionList
CLASS net/minecraft/class_4904 net/minecraft/client/realms/RealmsObjectSelectionList
METHOD <init> (IIIII)V
ARG 1 width
ARG 2 height

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4905 net/minecraft/realms/RealmsScreen
CLASS net/minecraft/class_4905 net/minecraft/client/realms/RealmsScreen
METHOD method_25494 row (I)I
COMMENT Moved from RealmsConstants in 20w10a
ARG 0 index

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4885 net/minecraft/realms/RealmsSerializable
CLASS net/minecraft/class_4885 net/minecraft/client/realms/RealmsSerializable
COMMENT A marker interface for Gson serializable pojos; the implementers make
COMMENT sure that they have {@code SerializedName} annotation on all their
COMMENT data fields so serialization works after obfuscation, and save/load of

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4906 net/minecraft/realms/RealmsServerAddress
CLASS net/minecraft/class_4906 net/minecraft/client/realms/RealmsServerAddress
FIELD field_22823 host Ljava/lang/String;
FIELD field_22824 port I
METHOD <init> (Ljava/lang/String;I)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4907 net/minecraft/realms/RepeatedNarrator
CLASS net/minecraft/class_4907 net/minecraft/client/realms/RepeatedNarrator
FIELD field_22825 permitsPerSecond F
FIELD field_22826 params Ljava/util/concurrent/atomic/AtomicReference;
METHOD <init> (Ljava/time/Duration;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4346 com/mojang/realmsclient/client/Request
CLASS net/minecraft/class_4346 net/minecraft/client/realms/Request
FIELD field_19596 connection Ljava/net/HttpURLConnection;
FIELD field_19597 url Ljava/lang/String;
FIELD field_19598 connected Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4440 net/minecraft/realms/ResettingWorldTask
CLASS net/minecraft/class_4440 net/minecraft/client/realms/ResettingWorldTask
FIELD field_20228 seed Ljava/lang/String;
FIELD field_20229 worldTemplate Lnet/minecraft/class_4890;
FIELD field_20230 levelType I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4441 net/minecraft/realms/RestoreTask
CLASS net/minecraft/class_4441 net/minecraft/client/realms/RestoreTask
FIELD field_20236 backup Lnet/minecraft/class_4867;
FIELD field_20237 worldId J
FIELD field_20238 lastScreen Lnet/minecraft/class_4388;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4428 net/minecraft/realms/SizeUnit
CLASS net/minecraft/class_4428 net/minecraft/client/realms/SizeUnit
COMMENT Moved from RealmsUploadScreen.Unit in 20w10a.
METHOD method_25027 getLargestUnit (J)Lnet/minecraft/class_4428;
ARG 0 bytes

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4442 net/minecraft/realms/SwitchMinigameTask
CLASS net/minecraft/class_4442 net/minecraft/client/realms/SwitchMinigameTask
FIELD field_20239 worldId J
FIELD field_20240 worldTemplate Lnet/minecraft/class_4890;
FIELD field_20241 lastScreen Lnet/minecraft/class_4388;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4443 net/minecraft/realms/SwitchSlotTask
CLASS net/minecraft/class_4443 net/minecraft/client/realms/SwitchSlotTask
FIELD field_20242 worldId J
FIELD field_20243 slot I
FIELD field_22733 callback Ljava/lang/Runnable;

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_4351 com/mojang/realmsclient/client/UploadStatus
CLASS net/minecraft/class_4351 net/minecraft/client/realms/UploadStatus
FIELD field_19601 bytesWritten Ljava/lang/Long;
FIELD field_19602 totalBytes Ljava/lang/Long;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4445 net/minecraft/realms/WorldCreationTask
CLASS net/minecraft/class_4445 net/minecraft/client/realms/WorldCreationTask
FIELD field_20249 name Ljava/lang/String;
FIELD field_20250 motd Ljava/lang/String;
FIELD field_20251 worldId J

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4867 com/mojang/realmsclient/dto/Backup
CLASS net/minecraft/class_4867 net/minecraft/client/realms/dto/Backup
FIELD field_22569 backupId Ljava/lang/String;
FIELD field_22570 lastModifiedDate Ljava/util/Date;
FIELD field_22571 size J

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4868 com/mojang/realmsclient/dto/BackupList
CLASS net/minecraft/class_4868 net/minecraft/client/realms/dto/BackupList
FIELD field_22576 backups Ljava/util/List;
FIELD field_22577 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_25036 parse (Ljava/lang/String;)Lnet/minecraft/class_4868;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4870 com/mojang/realmsclient/dto/Ops
CLASS net/minecraft/class_4870 net/minecraft/client/realms/dto/Ops
FIELD field_22579 ops Ljava/util/Set;
METHOD method_25039 parse (Ljava/lang/String;)Lnet/minecraft/class_4870;
ARG 0 json

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4871 com/mojang/realmsclient/dto/PendingInvite
CLASS net/minecraft/class_4871 net/minecraft/client/realms/dto/PendingInvite
FIELD field_22580 invitationId Ljava/lang/String;
FIELD field_22581 worldName Ljava/lang/String;
FIELD field_22582 worldOwnerName Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4872 com/mojang/realmsclient/dto/PendingInvitesList
CLASS net/minecraft/class_4872 net/minecraft/client/realms/dto/PendingInvitesList
FIELD field_22586 pendingInvites Ljava/util/List;
FIELD field_22587 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_25041 parse (Ljava/lang/String;)Lnet/minecraft/class_4872;

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_4873 com/mojang/realmsclient/dto/PingResult
CLASS net/minecraft/class_4873 net/minecraft/client/realms/dto/PingResult
FIELD field_22588 pingResults Ljava/util/List;
FIELD field_22589 worldIds Ljava/util/List;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4874 com/mojang/realmsclient/dto/PlayerInfo
CLASS net/minecraft/class_4874 net/minecraft/client/realms/dto/PlayerInfo
FIELD field_22590 name Ljava/lang/String;
FIELD field_22591 uuid Ljava/lang/String;
FIELD field_22592 operator Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4875 com/mojang/realmsclient/dto/RealmsDescriptionDto
CLASS net/minecraft/class_4875 net/minecraft/client/realms/dto/RealmsDescriptionDto
FIELD field_22595 name Ljava/lang/String;
FIELD field_22596 description Ljava/lang/String;
METHOD <init> (Ljava/lang/String;Ljava/lang/String;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4876 com/mojang/realmsclient/dto/RealmsNews
CLASS net/minecraft/class_4876 net/minecraft/client/realms/dto/RealmsNews
FIELD field_22597 newsLink Ljava/lang/String;
FIELD field_22598 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_25052 parse (Ljava/lang/String;)Lnet/minecraft/class_4876;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4877 com/mojang/realmsclient/dto/RealmsServer
CLASS net/minecraft/class_4877 net/minecraft/client/realms/dto/RealmsServer
FIELD field_22599 id J
FIELD field_22600 remoteSubscriptionId Ljava/lang/String;
FIELD field_22601 name Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4878 com/mojang/realmsclient/dto/RealmsServerAddress
CLASS net/minecraft/class_4878 net/minecraft/client/realms/dto/RealmsServerAddress
FIELD field_22618 address Ljava/lang/String;
FIELD field_22619 resourcePackUrl Ljava/lang/String;
FIELD field_22620 resourcePackHash Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4879 com/mojang/realmsclient/dto/RealmsServerList
CLASS net/minecraft/class_4879 net/minecraft/client/realms/dto/RealmsServerList
FIELD field_22622 servers Ljava/util/List;
FIELD field_22623 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_25072 parse (Ljava/lang/String;)Lnet/minecraft/class_4879;

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_4880 com/mojang/realmsclient/dto/RealmsServerPing
CLASS net/minecraft/class_4880 net/minecraft/client/realms/dto/RealmsServerPing
FIELD field_22624 nrOfPlayers Ljava/lang/String;
FIELD field_22625 playerList Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4881 com/mojang/realmsclient/dto/RealmsServerPlayerList
CLASS net/minecraft/class_4881 net/minecraft/client/realms/dto/RealmsServerPlayerList
FIELD field_22626 serverId J
FIELD field_22627 players Ljava/util/List;
FIELD field_22628 LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4882 com/mojang/realmsclient/dto/RealmsServerPlayerLists
CLASS net/minecraft/class_4882 net/minecraft/client/realms/dto/RealmsServerPlayerLists
FIELD field_22630 servers Ljava/util/List;
FIELD field_22631 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_25075 parse (Ljava/lang/String;)Lnet/minecraft/class_4882;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4883 com/mojang/realmsclient/dto/RealmsWorldOptions
CLASS net/minecraft/class_4883 net/minecraft/client/realms/dto/RealmsWorldOptions
FIELD field_22632 pvp Ljava/lang/Boolean;
FIELD field_22633 spawnAnimals Ljava/lang/Boolean;
FIELD field_22634 spawnMonsters Ljava/lang/Boolean;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4884 com/mojang/realmsclient/dto/RealmsWorldResetDto
CLASS net/minecraft/class_4884 net/minecraft/client/realms/dto/RealmsWorldResetDto
FIELD field_22647 seed Ljava/lang/String;
FIELD field_22648 worldTemplateId J
FIELD field_22649 levelType I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4886 com/mojang/realmsclient/dto/RegionPingResult
CLASS net/minecraft/class_4886 net/minecraft/client/realms/dto/RegionPingResult
FIELD field_22651 regionName Ljava/lang/String;
FIELD field_22652 ping I
METHOD <init> (Ljava/lang/String;I)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4887 com/mojang/realmsclient/dto/Subscription
CLASS net/minecraft/class_4887 net/minecraft/client/realms/dto/Subscription
FIELD field_22653 startDate J
FIELD field_22654 daysLeft I
FIELD field_22655 type Lnet/minecraft/class_4887$class_4322;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4888 com/mojang/realmsclient/dto/UploadInfo
CLASS net/minecraft/class_4888 net/minecraft/client/realms/dto/UploadInfo
FIELD field_22657 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_22658 worldClosed Z
FIELD field_22659 token Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4352 com/mojang/realmsclient/dto/ValueObject
CLASS net/minecraft/class_4352 net/minecraft/client/realms/dto/ValueObject
METHOD method_25093 getName (Ljava/lang/reflect/Field;)Ljava/lang/String;
ARG 0 f
METHOD method_25094 isStatic (Ljava/lang/reflect/Field;)Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4889 com/mojang/realmsclient/dto/WorldDownload
CLASS net/minecraft/class_4889 net/minecraft/client/realms/dto/WorldDownload
FIELD field_22662 downloadLink Ljava/lang/String;
FIELD field_22663 resourcePackUrl Ljava/lang/String;
FIELD field_22664 resourcePackHash Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4890 com/mojang/realmsclient/dto/WorldTemplate
CLASS net/minecraft/class_4890 net/minecraft/client/realms/dto/WorldTemplate
FIELD field_22666 id Ljava/lang/String;
FIELD field_22667 name Ljava/lang/String;
FIELD field_22668 version Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4891 com/mojang/realmsclient/dto/WorldTemplatePaginatedList
CLASS net/minecraft/class_4891 net/minecraft/client/realms/dto/WorldTemplatePaginatedList
FIELD field_22676 templates Ljava/util/List;
FIELD field_22677 page I
FIELD field_22678 size I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4353 com/mojang/realmsclient/exception/RealmsDefaultUncaughtExceptionHandler
CLASS net/minecraft/class_4353 net/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler
FIELD field_19603 logger Lorg/apache/logging/log4j/Logger;
METHOD <init> (Lorg/apache/logging/log4j/Logger;)V
ARG 1 logger

View File

@ -0,0 +1,4 @@
CLASS net/minecraft/class_4354 net/minecraft/client/realms/exception/RealmsHttpException
METHOD <init> (Ljava/lang/String;Ljava/lang/Exception;)V
ARG 1 s
ARG 2 e

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4355 com/mojang/realmsclient/exception/RealmsServiceException
CLASS net/minecraft/class_4355 net/minecraft/client/realms/exception/RealmsServiceException
FIELD field_19604 httpResultCode I
FIELD field_19605 httpResponseContent Ljava/lang/String;
FIELD field_19606 errorCode I

View File

@ -0,0 +1,4 @@
CLASS net/minecraft/class_4356 net/minecraft/client/realms/exception/RetryCallException
FIELD field_19608 delaySeconds I
METHOD <init> (I)V
ARG 1 delaySeconds

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4358 com/mojang/realmsclient/gui/LongRunningTask
CLASS net/minecraft/class_4358 net/minecraft/client/realms/gui/LongRunningTask
FIELD field_19638 longRunningMcoTaskScreen Lnet/minecraft/class_4398;
FIELD field_22731 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_21065 aborted ()Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4360 com/mojang/realmsclient/gui/RealmsDataFetcher
CLASS net/minecraft/class_4360 net/minecraft/client/realms/gui/RealmsDataFetcher
FIELD field_19639 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19640 scheduler Ljava/util/concurrent/ScheduledExecutorService;
FIELD field_19641 stopped Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4367 com/mojang/realmsclient/gui/RealmsWorldSlotButton
CLASS net/minecraft/class_4367 net/minecraft/client/realms/gui/RealmsWorldSlotButton
FIELD field_19672 serverDataProvider Ljava/util/function/Supplier;
FIELD field_19673 toolTipSetter Ljava/util/function/Consumer;
FIELD field_19675 slotIndex I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4371 com/mojang/realmsclient/gui/screens/RealmsAcceptRejectButton
CLASS net/minecraft/class_4371 net/minecraft/client/realms/gui/screen/RealmsAcceptRejectButton
FIELD field_19690 width I
FIELD field_19691 height I
FIELD field_19692 x I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4379 com/mojang/realmsclient/gui/screens/RealmsBackupInfoScreen
CLASS net/minecraft/class_4379 net/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen
FIELD field_19734 parent Lnet/minecraft/class_437;
FIELD field_19736 backup Lnet/minecraft/class_4867;
FIELD field_19738 backupInfoList Lnet/minecraft/class_4379$class_4380;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4381 com/mojang/realmsclient/gui/screens/RealmsBackupScreen
CLASS net/minecraft/class_4381 net/minecraft/client/realms/gui/screen/RealmsBackupScreen
FIELD field_19741 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19742 lastScrollPosition I
FIELD field_19743 parent Lnet/minecraft/class_4388;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4384 com/mojang/realmsclient/gui/screens/RealmsBrokenWorldScreen
CLASS net/minecraft/class_4384 net/minecraft/client/realms/gui/screen/RealmsBrokenWorldScreen
FIELD field_19763 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19764 parent Lnet/minecraft/class_437;
FIELD field_19765 mainScreen Lnet/minecraft/class_4325;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4387 com/mojang/realmsclient/gui/screens/RealmsClientOutdatedScreen
CLASS net/minecraft/class_4387 net/minecraft/client/realms/gui/screen/RealmsClientOutdatedScreen
FIELD field_19787 parent Lnet/minecraft/class_437;
FIELD field_19788 outdated Z
METHOD <init> (Lnet/minecraft/class_437;Z)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4388 com/mojang/realmsclient/gui/screens/RealmsConfigureWorldScreen
CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen
FIELD field_19790 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19791 toolTip Lnet/minecraft/class_2561;
FIELD field_19792 parent Lnet/minecraft/class_4325;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4389 com/mojang/realmsclient/gui/screens/RealmsConfirmScreen
CLASS net/minecraft/class_4389 net/minecraft/client/realms/gui/screen/RealmsConfirmScreen
FIELD field_19821 title1 Lnet/minecraft/class_2561;
FIELD field_19825 title2 Lnet/minecraft/class_2561;
FIELD field_19826 delayTicker I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4390 com/mojang/realmsclient/gui/screens/RealmsCreateRealmScreen
CLASS net/minecraft/class_4390 net/minecraft/client/realms/gui/screen/RealmsCreateRealmScreen
FIELD field_19829 server Lnet/minecraft/class_4877;
FIELD field_19830 parent Lnet/minecraft/class_4325;
FIELD field_19831 nameBox Lnet/minecraft/class_342;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4392 com/mojang/realmsclient/gui/screens/RealmsDownloadLatestWorldScreen
CLASS net/minecraft/class_4392 net/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen
FIELD field_19844 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19845 parent Lnet/minecraft/class_437;
FIELD field_19846 worldDownload Lnet/minecraft/class_4889;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4394 com/mojang/realmsclient/gui/screens/RealmsGenericErrorScreen
CLASS net/minecraft/class_4394 net/minecraft/client/realms/gui/screen/RealmsGenericErrorScreen
FIELD field_19875 line1 Lnet/minecraft/class_2561;
FIELD field_19876 line2 Lnet/minecraft/class_2561;
FIELD field_22695 parent Lnet/minecraft/class_437;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4395 com/mojang/realmsclient/gui/screens/RealmsInviteScreen
CLASS net/minecraft/class_4395 net/minecraft/client/realms/gui/screen/RealmsInviteScreen
FIELD field_19878 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19880 serverData Lnet/minecraft/class_4877;
FIELD field_19881 configureScreen Lnet/minecraft/class_4388;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4396 com/mojang/realmsclient/gui/screens/RealmsLongConfirmationScreen
CLASS net/minecraft/class_4396 net/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen
FIELD field_19895 type Lnet/minecraft/class_4396$class_4397;
FIELD field_19896 line2 Lnet/minecraft/class_2561;
FIELD field_19897 line3 Lnet/minecraft/class_2561;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4398 com/mojang/realmsclient/gui/screens/RealmsLongRunningMcoTaskScreen
CLASS net/minecraft/class_4398 net/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen
FIELD field_19908 symbols [Ljava/lang/String;
FIELD field_19909 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19912 parent Lnet/minecraft/class_437;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4399 com/mojang/realmsclient/gui/screens/RealmsNotificationsScreen
CLASS net/minecraft/class_4399 net/minecraft/client/realms/gui/screen/RealmsNotificationsScreen
FIELD field_19923 REALMS_DATA_FETCHER Lnet/minecraft/class_4360;
FIELD field_19924 numberOfPendingInvites I
FIELD field_19925 checkedMcoAvailability Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4400 com/mojang/realmsclient/gui/screens/RealmsParentalConsentScreen
CLASS net/minecraft/class_4400 net/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen
FIELD field_22701 parent Lnet/minecraft/class_437;
METHOD <init> (Lnet/minecraft/class_437;)V
ARG 1 parent

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4401 com/mojang/realmsclient/gui/screens/RealmsPendingInvitesScreen
CLASS net/minecraft/class_4401 net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen
FIELD field_19935 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19936 parent Lnet/minecraft/class_437;
FIELD field_19937 toolTip Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4406 com/mojang/realmsclient/gui/screens/RealmsPlayerScreen
CLASS net/minecraft/class_4406 net/minecraft/client/realms/gui/screen/RealmsPlayerScreen
FIELD field_19958 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_19959 tooltipText Ljava/lang/String;
FIELD field_19960 parent Lnet/minecraft/class_4388;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4409 com/mojang/realmsclient/gui/screens/RealmsResetNormalWorldScreen
CLASS net/minecraft/class_4409 net/minecraft/client/realms/gui/screen/RealmsResetNormalWorldScreen
FIELD field_19982 parent Lnet/minecraft/class_4410;
FIELD field_19983 titleLabel Lnet/minecraft/class_4903;
FIELD field_19984 seedEdit Lnet/minecraft/class_342;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4410 com/mojang/realmsclient/gui/screens/RealmsResetWorldScreen
CLASS net/minecraft/class_4410 net/minecraft/client/realms/gui/screen/RealmsResetWorldScreen
FIELD field_19998 slot I
FIELD field_19999 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20000 parent Lnet/minecraft/class_437;

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_4415 net/minecraft/client/realms/gui/screen/RealmsScreenWithCallback
METHOD method_21395 callback (Lnet/minecraft/class_4890;)V
ARG 1 template

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4416 com/mojang/realmsclient/gui/screens/RealmsSelectFileToUploadScreen
CLASS net/minecraft/class_4416 net/minecraft/client/realms/gui/screen/RealmsSelectFileToUploadScreen
FIELD field_20049 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20050 parent Lnet/minecraft/class_4410;
FIELD field_20051 worldId J

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4419 com/mojang/realmsclient/gui/screens/RealmsSelectWorldTemplateScreen
CLASS net/minecraft/class_4419 net/minecraft/client/realms/gui/screen/RealmsSelectWorldTemplateScreen
FIELD field_20069 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20070 parent Lnet/minecraft/class_4415;
FIELD field_20071 templateList Lnet/minecraft/class_4419$class_4420;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4422 com/mojang/realmsclient/gui/screens/RealmsSettingsScreen
CLASS net/minecraft/class_4422 net/minecraft/client/realms/gui/screen/RealmsSettingsScreen
FIELD field_20096 parent Lnet/minecraft/class_4388;
FIELD field_20097 serverData Lnet/minecraft/class_4877;
FIELD field_20099 doneButton Lnet/minecraft/class_4185;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4423 com/mojang/realmsclient/gui/screens/RealmsSlotOptionsScreen
CLASS net/minecraft/class_4423 net/minecraft/client/realms/gui/screen/RealmsSlotOptionsScreen
FIELD field_20107 titleLabel Lnet/minecraft/class_4903;
FIELD field_20109 parent Lnet/minecraft/class_4388;
FIELD field_20113 nameEdit Lnet/minecraft/class_342;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4425 com/mojang/realmsclient/gui/screens/RealmsSubscriptionInfoScreen
CLASS net/minecraft/class_4425 net/minecraft/client/realms/gui/screen/RealmsSubscriptionInfoScreen
FIELD field_20146 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20147 parent Lnet/minecraft/class_437;
FIELD field_20148 serverData Lnet/minecraft/class_4877;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4426 com/mojang/realmsclient/gui/screens/RealmsTermsScreen
CLASS net/minecraft/class_4426 net/minecraft/client/realms/gui/screen/RealmsTermsScreen
FIELD field_20165 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20167 mainScreen Lnet/minecraft/class_4325;
FIELD field_20168 realmsServer Lnet/minecraft/class_4877;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4427 com/mojang/realmsclient/gui/screens/RealmsUploadScreen
CLASS net/minecraft/class_4427 net/minecraft/client/realms/gui/screen/RealmsUploadScreen
FIELD field_20174 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_20175 parent Lnet/minecraft/class_4410;
FIELD field_20176 selectedLevel Lnet/minecraft/class_34;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4429 com/mojang/realmsclient/gui/screens/UploadResult
CLASS net/minecraft/class_4429 net/minecraft/client/realms/gui/screen/UploadResult
FIELD field_20205 statusCode I
FIELD field_20206 errorMessage Ljava/lang/String;
METHOD <init> (ILjava/lang/String;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4431 com/mojang/realmsclient/util/JsonUtils
CLASS net/minecraft/class_4431 net/minecraft/client/realms/util/JsonUtils
METHOD method_21544 getDateOr (Ljava/lang/String;Lcom/google/gson/JsonObject;)Ljava/util/Date;
ARG 0 key
ARG 1 node

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4432 com/mojang/realmsclient/util/RealmsPersistence
CLASS net/minecraft/class_4432 net/minecraft/client/realms/util/RealmsPersistence
FIELD field_22729 CHECKED_GSON Lnet/minecraft/class_4869;
METHOD method_21549 readFile ()Lnet/minecraft/class_4432$class_4433;
METHOD method_21550 writeFile (Lnet/minecraft/class_4432$class_4433;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4446 com/mojang/realmsclient/util/RealmsTextureManager
CLASS net/minecraft/class_4446 net/minecraft/client/realms/util/RealmsTextureManager
FIELD field_20253 textures Ljava/util/Map;
FIELD field_20254 skinFetchStatus Ljava/util/Map;
FIELD field_20255 fetchedSkins Ljava/util/Map;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4448 com/mojang/realmsclient/util/RealmsUtil
CLASS net/minecraft/class_4448 net/minecraft/client/realms/util/RealmsUtil
FIELD field_20260 gameProfileCache Lcom/google/common/cache/LoadingCache;
FIELD field_20261 authenticationService Lcom/mojang/authlib/yggdrasil/YggdrasilAuthenticationService;
FIELD field_20262 sessionService Lcom/mojang/authlib/minecraft/MinecraftSessionService;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4449 com/mojang/realmsclient/util/SkinProcessor
CLASS net/minecraft/class_4449 net/minecraft/client/realms/util/SkinProcessor
FIELD field_20263 pixels [I
FIELD field_20264 width I
FIELD field_20265 height I

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4450 com/mojang/realmsclient/util/TextRenderingUtils
CLASS net/minecraft/class_4450 net/minecraft/client/realms/util/TextRenderingUtils
METHOD method_21575 lineBreak (Ljava/lang/String;)Ljava/util/List;
ARG 0 text
METHOD method_21576 split (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4453 com/mojang/realmsclient/util/UploadTokenCache
CLASS net/minecraft/class_4453 net/minecraft/client/realms/util/UploadTokenCache
FIELD field_20270 tokenCache Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
METHOD method_21585 get (J)Ljava/lang/String;
ARG 0 worldId