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

19 lines
476 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS dnh net/minecraft/client/audio/SoundEvent
CLASS dnh$a AttenuationType
FIELD a NONE Ldnh$a;
FIELD b LINEAR Ldnh$a;
FIELD c TYPE I
METHOD a getType ()I
2018-11-15 12:05:03 -05:00
METHOD a getId ()Lpx;
2018-11-21 11:58:05 -05:00
METHOD a getAccess (Ldoe;)Ldof;
METHOD b getSound ()Ldne;
METHOD c getCategory ()Lxe;
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-11-21 11:58:05 -05:00
METHOD k getAttenuationType ()Ldnh$a;