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

27 lines
674 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS dqy net/minecraft/client/audio/Sound
CLASS dqy$a RegistrationType
FIELD a FILE Ldqy$a;
FIELD b EVENT Ldqy$a;
FIELD c name Ljava/lang/String;
2019-01-30 12:48:39 -05:00
METHOD a getByName (Ljava/lang/String;)Ldqy$a;
2019-01-24 11:47:45 -05:00
FIELD a id Lqd;
FIELD b volume F
FIELD c pitch F
FIELD d weight I
2019-01-30 12:48:39 -05:00
FIELD e registrationType Ldqy$a;
FIELD f stream Z
2019-01-30 12:48:39 -05:00
METHOD <init> (Ljava/lang/String;FFILdqy$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-01-24 11:47:45 -05:00
METHOD a getIdentifier ()Lqd;
METHOD b getLocation ()Lqd;
METHOD c getVolume ()F
METHOD d getPitch ()F
2019-01-30 12:48:39 -05:00
METHOD f getSound ()Ldqy;
METHOD g getRegistrationType ()Ldqy$a;
METHOD h isStreamed ()Z