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

19 lines
476 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dnt net/minecraft/client/audio/SoundEvent
CLASS dnt$a AttenuationType
FIELD a NONE Ldnt$a;
FIELD b LINEAR Ldnt$a;
FIELD c TYPE I
METHOD a getType ()I
2018-11-27 13:50:51 -05:00
METHOD a getId ()Lpy;
2018-11-29 15:10:38 -05:00
METHOD a getAccess (Ldoq;)Ldor;
METHOD b getSound ()Ldnq;
METHOD c getCategory ()Lxh;
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-29 15:10:38 -05:00
METHOD k getAttenuationType ()Ldnt$a;