yarn/mappings/net/minecraft/client/network/packet/ScoreboardPlayerUpdateClien...

17 lines
484 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS mn net/minecraft/client/network/packet/ScoreboardPlayerUpdateClientPacket
2018-12-14 13:18:38 -05:00
FIELD a playerName Ljava/lang/String;
FIELD b objectiveName Ljava/lang/String;
FIELD c score I
2019-01-16 13:24:40 -05:00
FIELD d mode Lqr$a;
METHOD a read (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD a apply (Liu;)V
2018-12-14 13:18:38 -05:00
ARG 1 listener
2019-01-16 13:24:40 -05:00
METHOD a apply (Ljs;)V
2018-12-14 13:18:38 -05:00
METHOD b getPlayerName ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD b write (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
METHOD c getObjectiveName ()Ljava/lang/String;
METHOD d getScore ()I
2019-01-16 13:24:40 -05:00
METHOD e getUpdateMode ()Lqr$a;