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

19 lines
479 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS drb net/minecraft/client/audio/SoundInstance
CLASS drb$a AttenuationType
FIELD a NONE Ldrb$a;
FIELD b LINEAR Ldrb$a;
FIELD c TYPE I
METHOD a getType ()I
2019-01-24 11:47:45 -05:00
METHOD a getId ()Lqd;
2019-01-30 12:48:39 -05:00
METHOD a getAccess (Ldrx;)Ldry;
METHOD b getSound ()Ldqy;
2019-01-16 13:24:40 -05:00
METHOD c getCategory ()Lxt;
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-01-30 12:48:39 -05:00
METHOD k getAttenuationType ()Ldrb$a;