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

21 lines
523 B
Plaintext

CLASS dsq net/minecraft/client/audio/MusicTracker
CLASS dsq$a MusicType
FIELD a MENU Ldsq$a;
FIELD b GAME Ldsq$a;
FIELD c CREATIVE Ldsq$a;
FIELD d CREDITS Ldsq$a;
FIELD e NETHER Ldsq$a;
FIELD f DRAGON Ldsq$a;
FIELD g END Ldsq$a;
FIELD i sound Lxx;
FIELD j minDelay I
FIELD k maxDelay I
METHOD a getSound ()Lxx;
METHOD b getMinDelay ()I
METHOD c getMaxDelay ()I
FIELD a random Ljava/util/Random;
FIELD b client Lcqn;
FIELD c current Ldrx;
FIELD d timeUntilNextSong I
METHOD a play (Ldsq$a;)V