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

33 lines
725 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS dir net/minecraft/client/audio/SoundEvent
FIELD a sound Ldja;
FIELD b category Lwx;
FIELD c id Lpt;
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
2018-10-26 06:51:01 -04:00
FIELD k attenuationType Ldjd$a;
FIELD m accessor Ldke;
METHOD <init> (Lpt;Lwx;)V
ARG 0 soundId
ARG 1 category
METHOD <init> (Lwv;Lwx;)V
ARG 0 sound
ARG 1 category
METHOD a getId ()Lpt;
2018-10-26 06:51:01 -04:00
METHOD a getAccess (Ldkc;)Ldke;
2017-05-13 02:02:51 -04:00
ARG 0 loader
2018-10-26 06:51:01 -04:00
METHOD b getSound ()Ldja;
METHOD c getCategory ()Lwx;
2017-04-05 14:11:28 -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
2018-10-26 06:51:01 -04:00
METHOD k getAttenuationType ()Ldjd$a;