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

17 lines
441 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS dvp net/minecraft/client/audio/SoundInstance
CLASS dvp$a AttenuationType
FIELD a NONE Ldvp$a;
FIELD b LINEAR Ldvp$a;
METHOD a getId ()Lqq;
METHOD a getSoundSet (Ldwp;)Ldwq;
2019-03-20 13:56:26 -04:00
METHOD b getSound ()Ldvm;
METHOD c getCategory ()Lyi;
2017-04-05 14:11:28 -04:00
METHOD d isRepeatable ()Z
2019-01-09 12:20:38 -05:00
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
2019-03-20 13:56:26 -04:00
METHOD k getAttenuationType ()Ldvp$a;