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

23 lines
495 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS ks net/minecraft/client/network/packet/PlaySoundIdClientPacket
FIELD a id Lqc;
FIELD b category Lxt;
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
2019-01-16 13:24:40 -05:00
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
METHOD b getSoundId ()Lqc;
METHOD b write (Lir;)V
2018-12-14 13:18:38 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD c getCategory ()Lxt;
METHOD d getX ()D
METHOD e getY ()D
METHOD f getZ ()D
METHOD g getVolume ()F
METHOD h getPitch ()F