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

30 lines
687 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS dqh net/minecraft/client/audio/AbstractSoundInstance
FIELD a sound Ldqq;
FIELD b category Lxv;
FIELD c id Lqe;
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
2019-01-09 12:20:38 -05:00
FIELD k attenuationType Ldqt$a;
FIELD m accessor Ldrq;
METHOD <init> (Lqe;Lxv;)V
2018-11-04 07:22:38 -05:00
ARG 1 soundId
2019-01-09 12:20:38 -05:00
METHOD <init> (Lxt;Lxv;)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
2019-01-09 12:20:38 -05:00
METHOD a getId ()Lqe;
METHOD a getAccess (Ldrp;)Ldrq;
METHOD b getSound ()Ldqq;
METHOD c getCategory ()Lxv;
METHOD d isRepeatable ()Z
2019-01-09 12:20:38 -05:00
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 ()Ldqt$a;