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

19 lines
479 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS dvo net/minecraft/client/audio/SoundInstance
2019-03-14 15:41:19 -04:00
CLASS dvo$a AttenuationType
2019-03-14 11:39:51 -04:00
FIELD a NONE Ldvo$a;
FIELD b LINEAR Ldvo$a;
FIELD c TYPE I
METHOD a getType ()I
2019-03-14 08:57:09 -04:00
METHOD a getId ()Lqp;
2019-03-14 11:39:51 -04:00
METHOD a getAccess (Ldwk;)Ldwl;
METHOD b getSound ()Ldvl;
2019-03-14 08:57:09 -04:00
METHOD c getCategory ()Lyh;
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-14 11:39:51 -04:00
METHOD k getAttenuationType ()Ldvo$a;