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

25 lines
536 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS mo net/minecraft/client/network/packet/PlaySoundClientPacket
2018-11-29 15:10:38 -05:00
FIELD a sound Lxf;
FIELD b category Lxh;
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-11-29 15:10:38 -05:00
METHOD <init> (Lxf;Lxh;DDDFF)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
ARG 2 category
ARG 3 x
ARG 5 y
2018-11-27 13:50:51 -05:00
METHOD a read (Liq;)V
METHOD a apply (Lit;)V
METHOD a apply (Ljr;)V
2018-11-29 15:10:38 -05:00
METHOD b getSound ()Lxf;
2018-11-27 13:50:51 -05:00
METHOD b write (Liq;)V
2018-11-29 15:10:38 -05:00
METHOD c getCategory ()Lxh;
METHOD d getX ()D
METHOD e getY ()D
METHOD f getZ ()D
METHOD g getVolume ()F
METHOD h getPitch ()F