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

30 lines
687 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dpl net/minecraft/client/audio/AbstractSoundInstance
FIELD a sound Ldpu;
FIELD b category Lxo;
FIELD c id Lqc;
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-12-12 12:12:26 -05:00
FIELD k attenuationType Ldpx$a;
FIELD m accessor Ldqu;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lqc;Lxo;)V
2018-11-04 07:22:38 -05:00
ARG 1 soundId
2018-12-12 12:22:18 -05:00
METHOD <init> (Lxm;Lxo;)V
2018-11-04 07:22:38 -05:00
ARG 1 sound
2018-12-12 12:12:26 -05:00
METHOD a getId ()Lqc;
METHOD a getAccess (Ldqt;)Ldqu;
METHOD b getSound ()Ldpu;
METHOD c getCategory ()Lxo;
METHOD d isRepeatable ()Z
2018-12-12 12:12:26 -05:00
METHOD f getRepeatDelay ()I
METHOD g getVolume ()F
METHOD h getPitch ()F
METHOD i getX ()F
METHOD j getY ()F
METHOD k getZ ()F
METHOD l getAttenuationType ()Ldpx$a;