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

29 lines
738 B
Plaintext
Raw Normal View History

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