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

33 lines
805 B
Plaintext
Raw Normal View History

CLASS none/bzw net/minecraft/client/audio/SoundEvent
2016-09-15 06:15:02 -04:00
FIELD a sound Lnone/cad;
FIELD b category Lnone/nm;
FIELD c id Lnone/kp;
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
FIELD k attenuationType Lnone/cag$a;
FIELD l accessor Lnone/cay;
METHOD <init> (Lnone/kp;Lnone/nm;)V
ARG 0 soundId
ARG 1 category
METHOD <init> (Lnone/nk;Lnone/nm;)V
ARG 0 sound
ARG 1 category
METHOD a getId ()Lnone/kp;
2016-09-15 06:15:02 -04:00
METHOD a getAccess (Lnone/caw;)Lnone/cay;
ARG 0 loader
METHOD b getSound ()Lnone/cad;
2016-09-15 06:15:02 -04:00
METHOD c getCategory ()Lnone/nm;
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 ()Lnone/cag$a;