Skip to content

Commit

Permalink
Fix typos in realms classes (FabricMC#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
enbrain authored Mar 10, 2021
1 parent 9663533 commit d1484c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CLASS net/minecraft/class_4392 net/minecraft/client/realms/gui/screen/RealmsDown
FIELD field_19858 extracting Z
FIELD field_19859 previousWrittenBytes Ljava/lang/Long;
FIELD field_19860 previousTimeSnapshot Ljava/lang/Long;
FIELD field_19861 bytesPersSecond J
FIELD field_19861 bytesPerSecond J
FIELD field_19862 animTick I
FIELD field_19863 DOTS [Ljava/lang/String;
FIELD field_19864 dotIndex I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
FIELD field_19493 animTick I
FIELD field_19494 hasParentalConsent Z
FIELD field_19495 checkedParentalConsent Z
FIELD field_19496 checkedClientCompatability Z
FIELD field_19496 checkedClientCompatibility Z
FIELD field_19497 hasFetchedServers Z
FIELD field_19498 popupOpenedByUser Z
FIELD field_19499 justClosedPopup Z
Expand Down Expand Up @@ -136,7 +136,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
METHOD method_20922 pingRegions ()V
METHOD method_20924 getOwnedNonExpiredWorldIds ()Ljava/util/List;
METHOD method_20928 onRenew ()V
METHOD method_20932 checkClientCompatability ()V
METHOD method_20932 checkClientCompatibility ()V
METHOD method_20934 checkUnreadNews ()V
METHOD method_20936 checkParentalConsent ()V
METHOD method_20938 switchToStage ()V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CLASS net/minecraft/class_4427 net/minecraft/client/realms/gui/screen/RealmsUplo
FIELD field_20191 DOTS [Ljava/lang/String;
FIELD field_20193 previousWrittenBytes Ljava/lang/Long;
FIELD field_20194 previousTimeSnapshot Ljava/lang/Long;
FIELD field_20195 bytesPersSecond J
FIELD field_20195 bytesPerSecond J
FIELD field_20196 UPLOAD_LOCK Ljava/util/concurrent/locks/ReentrantLock;
FIELD field_26526 VERIFYING_TEXT Lnet/minecraft/class_2561;
METHOD <init> (JILnet/minecraft/class_4410;Lnet/minecraft/class_34;Ljava/lang/Runnable;)V
Expand Down

0 comments on commit d1484c6

Please sign in to comment.