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

27 lines
607 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS cep net/minecraft/client/audio/SoundEvent
FIELD a sound Lcew;
FIELD b category Lpd;
FIELD c id Lmd;
2016-09-15 06:15:02 -04:00
FIELD d volume F
FIELD e pitch F
FIELD f x F
FIELD g y F
FIELD h z F
FIELD i repeat Z
FIELD j repeatDelay I
2017-04-05 07:31:24 -04:00
FIELD k attenuationType Lcez$a;
FIELD l accessor Lcfr;
2017-04-05 14:11:28 -04:00
METHOD a getId ()Lmd;
METHOD a getAccess (Lcfp;)Lcfr;
2017-05-13 02:02:51 -04:00
ARG 0 loader
2017-04-05 14:11:28 -04:00
METHOD b getSound ()Lcew;
METHOD c getCategory ()Lpd;
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
METHOD k getAttenuationType ()Lcez$a;