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

29 lines
736 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS cew net/minecraft/client/audio/Sound
CLASS cew$a RegistrationType
FIELD a FILE Lcew$a;
FIELD b EVENT Lcew$a;
FIELD c name Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD a getByName (Ljava/lang/String;)Lcew$a;
FIELD a id Lmd;
FIELD b volume F
FIELD c pitch F
FIELD d weight I
2017-04-05 07:31:24 -04:00
FIELD e registrationType Lcew$a;
FIELD f stream Z
METHOD <init> (Ljava/lang/String;FFILcew$a;Z)V
ARG 0 id
ARG 1 volume
ARG 2 pitch
ARG 3 weight
ARG 4 soundRegistrationType
ARG 5 stream
METHOD a getIdentifier ()Lmd;
METHOD b getLocation ()Lmd;
METHOD c getVolume ()F
METHOD d getPitch ()F
2017-04-05 14:11:28 -04:00
METHOD e getWeight ()I
METHOD f getSound ()Lcew;
METHOD g getRegistrationType ()Lcew$a;
METHOD h isStreamed ()Z
2017-04-05 14:11:28 -04:00
METHOD i getSound ()Ljava/lang/Object;