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

21 lines
523 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS dsg net/minecraft/client/audio/MusicTracker
CLASS dsg$a MusicType
FIELD a MENU Ldsg$a;
FIELD b GAME Ldsg$a;
FIELD c CREATIVE Ldsg$a;
FIELD d CREDITS Ldsg$a;
FIELD e NETHER Ldsg$a;
FIELD f DRAGON Ldsg$a;
FIELD g END Ldsg$a;
FIELD i sound Lxv;
FIELD j minDelay I
FIELD k maxDelay I
2019-02-06 15:22:24 -05:00
METHOD a getSound ()Lxv;
2016-09-15 06:15:02 -04:00
METHOD b getMinDelay ()I
METHOD c getMaxDelay ()I
2018-11-30 06:38:47 -05:00
FIELD a random Ljava/util/Random;
2019-02-06 15:22:24 -05:00
FIELD b client Lcqg;
FIELD c current Ldrn;
FIELD d timeUntilNextSong I
2019-02-06 15:22:24 -05:00
METHOD a play (Ldsg$a;)V