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

27 lines
674 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS dru net/minecraft/client/audio/Sound
CLASS dru$a RegistrationType
FIELD a FILE Ldru$a;
FIELD b EVENT Ldru$a;
FIELD c name Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD a getByName (Ljava/lang/String;)Ldru$a;
FIELD a id Lqh;
FIELD b volume F
FIELD c pitch F
FIELD d weight I
2019-02-13 12:35:08 -05:00
FIELD e registrationType Ldru$a;
FIELD f stream Z
2019-02-13 12:35:08 -05:00
METHOD <init> (Ljava/lang/String;FFILdru$a;ZZI)V
2018-11-04 07:22:38 -05:00
ARG 1 id
ARG 2 volume
ARG 3 pitch
ARG 4 weight
ARG 5 soundRegistrationType
ARG 7 stream
2019-02-13 12:35:08 -05:00
METHOD a getIdentifier ()Lqh;
METHOD b getLocation ()Lqh;
METHOD c getVolume ()F
METHOD d getPitch ()F
2019-02-13 12:35:08 -05:00
METHOD f getSound ()Ldru;
METHOD g getRegistrationType ()Ldru$a;
METHOD h isStreamed ()Z