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

13 lines
305 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS mv net/minecraft/client/network/packet/StopSoundClientPacket
FIELD a soundId Lqe;
FIELD b category Lxv;
2018-12-14 13:18:38 -05:00
METHOD a read (Lit;)V
ARG 1 buf
METHOD a apply (Liw;)V
ARG 1 listener
METHOD a apply (Lju;)V
2019-01-09 12:20:38 -05:00
METHOD b getSoundId ()Lqe;
2018-12-14 13:18:38 -05:00
METHOD b write (Lit;)V
ARG 1 buf
2019-01-09 12:20:38 -05:00
METHOD c getCategory ()Lxv;