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

34 lines
1009 B
Plaintext

CLASS drx net/minecraft/client/audio/SoundLoader
CLASS drx$2
METHOD a getSound ()Ldqy;
FIELD a SOUND_MISSING Ldqy;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c GSON Lcom/google/gson/Gson;
FIELD d TYPE Ljava/lang/reflect/ParameterizedType;
FIELD e sounds Ljava/util/Map;
FIELD f soundManager Ldrv;
FIELD g resourceManager Lwo;
METHOD <init> (Lwo;Lcqf;)V
ARG 1 manager
METHOD a getKeys ()Ljava/util/Collection;
METHOD a updateListenerPosition (Laro;F)V
ARG 1 listener
METHOD a isSoundResourcePresent (Ldqy;Lqd;)Z
METHOD a play (Ldrb;)V
METHOD a play (Ldrb;I)V
ARG 1 sound
ARG 2 volume
METHOD a registerListener (Ldrw;)V
METHOD a readSounds (Ljava/io/InputStream;)Ljava/util/Map;
METHOD a get (Lqd;)Ldry;
METHOD a stopSounds (Lqd;Lxt;)V
METHOD a updateSoundVolume (Lxt;F)V
ARG 1 category
METHOD b pause ()V
METHOD b stop (Ldrb;)V
METHOD b unregisterListener (Ldrw;)V
METHOD c stopAll ()V
METHOD c isPlaying (Ldrb;)Z
METHOD d deinitialize ()V
METHOD e resume ()V