yarn/mappings/net/minecraft/client/network/packet/PlaySoundIdClientPacket.map...

23 lines
495 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS ku net/minecraft/client/network/packet/PlaySoundIdClientPacket
FIELD a id Lqe;
FIELD b category Lxv;
2016-08-18 15:44:20 -04:00
FIELD c fixedX I
FIELD d fixedY I
FIELD e fixedZ I
FIELD f volume F
FIELD g pitch F
2018-12-12 12:12:26 -05:00
METHOD a read (Lit;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2018-12-12 12:12:26 -05:00
METHOD a apply (Liw;)V
2018-12-14 13:18:38 -05:00
ARG 1 listener
2018-12-12 12:12:26 -05:00
METHOD a apply (Lju;)V
2019-01-09 12:20:38 -05:00
METHOD b getSoundId ()Lqe;
2018-12-12 12:12:26 -05:00
METHOD b write (Lit;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-09 12:20:38 -05:00
METHOD c getCategory ()Lxv;
METHOD d getX ()D
METHOD e getY ()D
METHOD f getZ ()D
METHOD g getVolume ()F
METHOD h getPitch ()F