yarn/mappings/net/minecraft/client/network/packet/PlayerListS2CPacket.mapping

20 lines
597 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS mb net/minecraft/client/network/packet/PlayerListS2CPacket
2019-06-19 15:24:08 -04:00
CLASS a Action
CLASS b Entry
2019-03-31 20:45:27 -04:00
FIELD b latency I
2019-06-19 13:48:53 -04:00
FIELD c gameMode Lbhj;
2019-03-31 20:45:27 -04:00
FIELD d profile Lcom/mojang/authlib/GameProfile;
2019-06-07 07:45:25 -04:00
FIELD e displayName Ljn;
2019-03-31 20:45:27 -04:00
METHOD a getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD b getLatency ()I
2019-06-19 13:48:53 -04:00
METHOD c getGameMode ()Lbhj;
2019-06-07 07:45:25 -04:00
METHOD d getDisplayName ()Ljn;
FIELD a action Lmb$a;
2019-03-31 20:45:27 -04:00
FIELD b entries Ljava/util/List;
2019-06-07 07:45:25 -04:00
METHOD <init> (Lmb$a;Ljava/lang/Iterable;)V
2019-03-31 20:45:27 -04:00
ARG 1 action
2019-06-07 07:45:25 -04:00
METHOD <init> (Lmb$a;[Lvj;)V
2019-03-31 20:45:27 -04:00
ARG 1 action
METHOD b getEntries ()Ljava/util/List;
2019-06-07 07:45:25 -04:00
METHOD c getAction ()Lmb$a;