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

20 lines
492 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS djd net/minecraft/client/audio/ISoundEvent
CLASS djd$a AttenuationType
FIELD a NONE Ldjd$a;
FIELD b LINEAR Ldjd$a;
FIELD c TYPE I
METHOD a getType ()I
METHOD a getId ()Lpt;
2018-10-26 06:51:01 -04:00
METHOD a getAccess (Ldkc;)Ldke;
2017-05-13 02:02:51 -04:00
ARG 0 loader
2018-10-26 06:51:01 -04:00
METHOD b getSound ()Ldja;
METHOD c getCategory ()Lwx;
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-26 06:51:01 -04:00
METHOD k getAttenuationType ()Ldjd$a;