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

18 lines
465 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS dxb net/minecraft/client/sound/SoundInstance
2019-06-19 15:24:08 -04:00
CLASS a AttenuationType
2019-06-07 07:45:25 -04:00
METHOD a getId ()Lqt;
2019-06-19 13:48:53 -04:00
METHOD a getSoundSet (Ldyb;)Ldyc;
2019-04-16 10:13:47 -04:00
ARG 1 soundManager
2019-06-19 13:48:53 -04:00
METHOD b getSound ()Ldwy;
2019-06-07 07:45:25 -04:00
METHOD c getCategory ()Lyo;
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-06-19 13:48:53 -04:00
METHOD k getAttenuationType ()Ldxb$a;
2019-04-16 10:13:47 -04:00
METHOD m isLooping ()Z
METHOD p shouldAlwaysPlay ()Z