PlayerListS2CPacket names (#2146)

This commit is contained in:
Alexander 2021-03-15 23:54:50 +03:00 committed by GitHub
parent 8805b2ba8e
commit c17374831e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -11,9 +11,10 @@ CLASS net/minecraft/class_2703 net/minecraft/network/packet/s2c/play/PlayerListS
ARG 2 players
METHOD method_11722 getEntries ()Ljava/util/List;
METHOD method_11723 getAction ()Lnet/minecraft/class_2703$class_5893;
METHOD method_34148 (Lnet/minecraft/class_2540;Lnet/minecraft/class_2561;)V
METHOD method_34148 writeOptionalText (Lnet/minecraft/class_2540;Lnet/minecraft/class_2561;)V
ARG 0 buf
METHOD method_34149 (Lnet/minecraft/class_2540;)Lnet/minecraft/class_2561;
ARG 1 text
METHOD method_34149 readOptionalText (Lnet/minecraft/class_2540;)Lnet/minecraft/class_2561;
ARG 0 buf
CLASS class_2705 Entry
FIELD field_12377 displayName Lnet/minecraft/class_2561;
@ -30,9 +31,9 @@ CLASS net/minecraft/class_2703 net/minecraft/network/packet/s2c/play/PlayerListS
METHOD method_11726 getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD method_11727 getLatency ()I
CLASS class_5893 Action
METHOD method_34150 (Lnet/minecraft/class_2540;)Lnet/minecraft/class_2703$class_2705;
METHOD method_34150 read (Lnet/minecraft/class_2540;)Lnet/minecraft/class_2703$class_2705;
ARG 1 buf
METHOD method_34151 (Lnet/minecraft/class_2540;Lnet/minecraft/class_2703$class_2705;)V
METHOD method_34151 write (Lnet/minecraft/class_2540;Lnet/minecraft/class_2703$class_2705;)V
ARG 1 buf
ARG 2 entry
CLASS 1