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

29 lines
736 B
Plaintext
Raw Normal View History

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