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

30 lines
684 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dnh net/minecraft/client/audio/AbstractSoundEvent
FIELD a sound Ldnq;
FIELD b category Lxh;
2018-11-27 13:50:51 -05:00
FIELD c id Lpy;
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-11-29 15:10:38 -05:00
FIELD k attenuationType Ldnt$a;
FIELD m accessor Ldor;
METHOD <init> (Lpy;Lxh;)V
2018-11-04 07:22:38 -05:00
ARG 1 soundId
2018-11-29 15:10:38 -05:00
METHOD <init> (Lxf;Lxh;)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
2018-11-27 13:50:51 -05:00
METHOD a getId ()Lpy;
2018-11-29 15:10:38 -05:00
METHOD a getAccess (Ldoq;)Ldor;
METHOD b getSound ()Ldnq;
METHOD c getCategory ()Lxh;
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-11-29 15:10:38 -05:00
METHOD k getAttenuationType ()Ldnt$a;