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

19 lines
476 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS dod net/minecraft/client/audio/SoundEvent
CLASS dod$a AttenuationType
FIELD a NONE Ldod$a;
FIELD b LINEAR Ldod$a;
FIELD c TYPE I
METHOD a getType ()I
2018-12-05 09:11:37 -05:00
METHOD a getId ()Lpz;
METHOD a getAccess (Ldpa;)Ldpb;
METHOD b getSound ()Ldoa;
METHOD c getCategory ()Lxi;
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-12-05 09:11:37 -05:00
METHOD k getAttenuationType ()Ldod$a;