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

20 lines
492 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS cgr net/minecraft/client/audio/ISoundEvent
CLASS cgr$a AttenuationType
FIELD a NONE Lcgr$a;
FIELD b LINEAR Lcgr$a;
FIELD c TYPE I
METHOD a getType ()I
2017-06-08 10:01:49 -04:00
METHOD a getId ()Lnd;
METHOD a getAccess (Lchm;)Lcho;
2017-05-13 02:02:51 -04:00
ARG 0 loader
2017-06-08 10:01:49 -04:00
METHOD b getSound ()Lcgo;
METHOD c getCategory ()Lqe;
METHOD d isRepeatable ()Z
2017-06-08 10:01:49 -04:00
METHOD f getRepeatDelay ()I
METHOD g getVolume ()F
METHOD h getPitch ()F
METHOD i getX ()F
METHOD j getY ()F
METHOD k getZ ()F
METHOD l getAttenuationType ()Lcgr$a;