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

19 lines
479 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dpx net/minecraft/client/audio/SoundInstance
CLASS dpx$a AttenuationType
FIELD a NONE Ldpx$a;
FIELD b LINEAR Ldpx$a;
FIELD c TYPE I
METHOD a getType ()I
2018-12-12 12:12:26 -05:00
METHOD a getId ()Lqc;
METHOD a getAccess (Ldqt;)Ldqu;
METHOD b getSound ()Ldpu;
METHOD c getCategory ()Lxo;
2017-04-05 14:11:28 -04:00
METHOD d isRepeatable ()Z
2018-12-12 12:12:26 -05:00
METHOD f getRepeatDelay ()I
METHOD g getVolume ()F
METHOD h getPitch ()F
METHOD i getX ()F
METHOD j getY ()F
METHOD k getZ ()F
METHOD l getAttenuationType ()Ldpx$a;