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

29 lines
738 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS dqq net/minecraft/client/audio/Sound
CLASS dqq$a RegistrationType
FIELD a FILE Ldqq$a;
FIELD b EVENT Ldqq$a;
FIELD c name Ljava/lang/String;
2019-01-09 12:20:38 -05:00
METHOD a getByName (Ljava/lang/String;)Ldqq$a;
FIELD a id Lqe;
FIELD b volume F
FIELD c pitch F
FIELD d weight I
2019-01-09 12:20:38 -05:00
FIELD e registrationType Ldqq$a;
FIELD f stream Z
2019-01-09 12:20:38 -05:00
METHOD <init> (Ljava/lang/String;FFILdqq$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-09 12:20:38 -05:00
METHOD a getIdentifier ()Lqe;
METHOD b getLocation ()Lqe;
METHOD c getVolume ()F
METHOD d getPitch ()F
2017-04-05 14:11:28 -04:00
METHOD e getWeight ()I
2019-01-09 12:20:38 -05:00
METHOD f getSound ()Ldqq;
METHOD g getRegistrationType ()Ldqq$a;
METHOD h isStreamed ()Z
METHOD k getSound ()Ljava/lang/Object;