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

20 lines
491 B
Plaintext
Raw Normal View History

CLASS dli net/minecraft/client/audio/SoundEvent
CLASS dli$a AttenuationType
FIELD a NONE Ldli$a;
FIELD b LINEAR Ldli$a;
FIELD c TYPE I
METHOD a getType ()I
2018-10-31 12:57:21 -04:00
METHOD a getId ()Lpu;
METHOD a getAccess (Ldmf;)Ldmg;
2017-05-13 02:02:51 -04:00
ARG 0 loader
2018-10-31 12:57:21 -04:00
METHOD b getSound ()Ldlf;
METHOD c getCategory ()Lwy;
2017-04-05 14:11:28 -04:00
METHOD d isRepeatable ()Z
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
2018-10-31 12:57:21 -04:00
METHOD k getAttenuationType ()Ldli$a;