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

11 lines
293 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS dsu net/minecraft/client/audio/WeightedSoundSet
FIELD a sounds Ljava/util/List;
2018-11-30 06:38:47 -05:00
FIELD b random Ljava/util/Random;
2019-02-13 12:35:08 -05:00
FIELD c id Lqh;
FIELD d subtitle Ljg;
METHOD <init> (Lqh;Ljava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 1 id
2019-02-13 12:35:08 -05:00
METHOD a getSound ()Ldru;
METHOD a add (Ldsv;)V
METHOD c getSubtitle ()Ljg;