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

22 lines
546 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS cah net/minecraft/client/audio/ISoundEvent
CLASS cah$a AttenuationType
FIELD a NONE Lcah$a;
FIELD b LINEAR Lcah$a;
FIELD c TYPE I
METHOD <init> (Ljava/lang/String;II)V
ARG 0 type
METHOD a getType ()I
2016-10-18 11:31:59 -04:00
METHOD a getId ()Lkp;
METHOD a getAccess (Lcax;)Lcaz;
ARG 0 loader
2016-10-18 11:31:59 -04:00
METHOD b getSound ()Lcae;
METHOD c getCategory ()Lnm;
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;