yarn/mappings/net/minecraft/client/audio/SoundEvent.mapping

19 lines
476 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS dls net/minecraft/client/audio/SoundEvent
CLASS dls$a AttenuationType
FIELD a NONE Ldls$a;
FIELD b LINEAR Ldls$a;
FIELD c TYPE I
METHOD a getType ()I
2018-11-07 11:37:58 -05:00
METHOD a getId ()Lpw;
METHOD a getAccess (Ldmp;)Ldmq;
METHOD b getSound ()Ldlp;
METHOD c getCategory ()Lxb;
2017-04-05 14:11:28 -04:00
METHOD d isRepeatable ()Z
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
2018-11-07 11:37:58 -05:00
METHOD k getAttenuationType ()Ldls$a;