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

18 lines
469 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS dwu net/minecraft/client/audio/SoundInstance
CLASS dwu$a AttenuationType
2019-04-05 12:03:47 -04:00
METHOD a getId ()Lqs;
2019-04-18 17:01:39 -04:00
METHOD a getSoundSet (Ldxu;)Ldxv;
2019-04-16 10:13:47 -04:00
ARG 1 soundManager
2019-04-18 17:01:39 -04:00
METHOD b getSound ()Ldwr;
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-04-18 17:01:39 -04:00
METHOD k getAttenuationType ()Ldwu$a;
2019-04-16 10:13:47 -04:00
METHOD m isLooping ()Z
METHOD p shouldAlwaysPlay ()Z