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

18 lines
469 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS dwx net/minecraft/client/sound/SoundInstance
CLASS dwx$a AttenuationType
2019-04-05 12:03:47 -04:00
METHOD a getId ()Lqs;
2019-05-07 12:05:49 -04:00
METHOD a getSoundSet (Ldxx;)Ldxy;
2019-04-16 10:13:47 -04:00
ARG 1 soundManager
2019-05-07 12:05:49 -04:00
METHOD b getSound ()Ldwu;
2019-04-18 17:01:39 -04:00
METHOD c getCategory ()Lyl;
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-05-07 12:05:49 -04:00
METHOD k getAttenuationType ()Ldwx$a;
2019-04-16 10:13:47 -04:00
METHOD m isLooping ()Z
METHOD p shouldAlwaysPlay ()Z