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

13 lines
445 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS dxo net/minecraft/client/audio/SoundLoader
2019-04-16 10:13:47 -04:00
FIELD a resourceManager Lxd;
FIELD b loadedSounds Ljava/util/Map;
2019-04-16 10:13:47 -04:00
METHOD <init> (Lxd;)V
ARG 1 resourceManager
METHOD a close ()V
METHOD a loadStatic (Ljava/util/Collection;)Ljava/util/concurrent/CompletableFuture;
ARG 1 sounds
METHOD a loadStatic (Lqs;)Ljava/util/concurrent/CompletableFuture;
ARG 1 id
METHOD b loadStreamed (Lqs;)Ljava/util/concurrent/CompletableFuture;
ARG 1 id