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

20 lines
492 B
Plaintext
Raw Normal View History

CLASS dje net/minecraft/client/audio/ISoundEvent
CLASS dje$a AttenuationType
FIELD a NONE Ldje$a;
FIELD b LINEAR Ldje$a;
FIELD c TYPE I
METHOD a getType ()I
METHOD a getId ()Lpt;
METHOD a getAccess (Ldkd;)Ldkf;
2017-05-13 02:02:51 -04:00
ARG 0 loader
METHOD b getSound ()Ldjb;
METHOD c getCategory ()Lwx;
METHOD d isRepeatable ()Z
METHOD e getRepeatDelay ()I
METHOD f getVolume ()F
METHOD g getPitch ()F
METHOD h getX ()F
METHOD i getY ()F
METHOD j getZ ()F
METHOD k getAttenuationType ()Ldje$a;