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

30 lines
684 B
Plaintext

CLASS dnr net/minecraft/client/audio/AbstractSoundEvent
FIELD a sound Ldoa;
FIELD b category Lxi;
FIELD c id Lpz;
FIELD d volume F
FIELD e pitch F
FIELD f x F
FIELD g y F
FIELD h z F
FIELD i repeat Z
FIELD j repeatDelay I
FIELD k attenuationType Ldod$a;
FIELD m accessor Ldpb;
METHOD <init> (Lpz;Lxi;)V
ARG 1 soundId
METHOD <init> (Lxg;Lxi;)V
ARG 1 sound
METHOD a getId ()Lpz;
METHOD a getAccess (Ldpa;)Ldpb;
METHOD b getSound ()Ldoa;
METHOD c getCategory ()Lxi;
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 ()Ldod$a;