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

33 lines
725 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bzx net/minecraft/client/audio/SoundEvent
FIELD a sound Lcae;
FIELD b category Lnm;
FIELD c id Lkp;
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
2016-10-18 11:31:59 -04:00
FIELD k attenuationType Lcah$a;
FIELD l accessor Lcaz;
METHOD <init> (Lkp;Lnm;)V
2016-09-15 06:15:02 -04:00
ARG 0 soundId
ARG 1 category
2016-10-18 11:31:59 -04:00
METHOD <init> (Lnk;Lnm;)V
2016-09-15 06:15:02 -04:00
ARG 0 sound
ARG 1 category
2016-10-18 11:31:59 -04:00
METHOD a getId ()Lkp;
METHOD a getAccess (Lcax;)Lcaz;
2016-09-15 06:15:02 -04:00
ARG 0 loader
2016-10-18 11:31:59 -04:00
METHOD b getSound ()Lcae;
METHOD c getCategory ()Lnm;
2016-09-15 06:15:02 -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
2016-10-18 11:31:59 -04:00
METHOD k getAttenuationType ()Lcah$a;