Package net.minecraft.client.sound
Class MusicType
java.lang.Object
net.minecraft.client.sound.MusicType
public class MusicType extends Object
- Mappings:
Namespace Name official aee
intermediary net/minecraft/class_1143
named net/minecraft/client/sound/MusicType
-
Field Summary
Fields Modifier and Type Field Description static MusicSound
CREATIVE
static MusicSound
CREDITS
static MusicSound
DRAGON
static MusicSound
END
static MusicSound
GAME
static MusicSound
MENU
static MusicSound
UNDERWATER
-
Constructor Summary
Constructors Constructor Description MusicType()
-
Method Summary
Modifier and Type Method Description static MusicSound
createIngameMusic(SoundEvent event)
-
Field Details
-
MENU
- Mappings:
Namespace Name Mixin selector official a
Laee;a:Laed;
intermediary field_5585
Lnet/minecraft/class_1143;field_5585:Lnet/minecraft/class_5195;
named MENU
Lnet/minecraft/client/sound/MusicType;MENU:Lnet/minecraft/sound/MusicSound;
-
CREATIVE
- Mappings:
Namespace Name Mixin selector official b
Laee;b:Laed;
intermediary field_5581
Lnet/minecraft/class_1143;field_5581:Lnet/minecraft/class_5195;
named CREATIVE
Lnet/minecraft/client/sound/MusicType;CREATIVE:Lnet/minecraft/sound/MusicSound;
-
CREDITS
- Mappings:
Namespace Name Mixin selector official c
Laee;c:Laed;
intermediary field_5578
Lnet/minecraft/class_1143;field_5578:Lnet/minecraft/class_5195;
named CREDITS
Lnet/minecraft/client/sound/MusicType;CREDITS:Lnet/minecraft/sound/MusicSound;
-
DRAGON
- Mappings:
Namespace Name Mixin selector official d
Laee;d:Laed;
intermediary field_5580
Lnet/minecraft/class_1143;field_5580:Lnet/minecraft/class_5195;
named DRAGON
Lnet/minecraft/client/sound/MusicType;DRAGON:Lnet/minecraft/sound/MusicSound;
-
END
- Mappings:
Namespace Name Mixin selector official e
Laee;e:Laed;
intermediary field_5583
Lnet/minecraft/class_1143;field_5583:Lnet/minecraft/class_5195;
named END
Lnet/minecraft/client/sound/MusicType;END:Lnet/minecraft/sound/MusicSound;
-
UNDERWATER
- Mappings:
Namespace Name Mixin selector official f
Laee;f:Laed;
intermediary field_5576
Lnet/minecraft/class_1143;field_5576:Lnet/minecraft/class_5195;
named UNDERWATER
Lnet/minecraft/client/sound/MusicType;UNDERWATER:Lnet/minecraft/sound/MusicSound;
-
GAME
- Mappings:
Namespace Name Mixin selector official g
Laee;g:Laed;
intermediary field_5586
Lnet/minecraft/class_1143;field_5586:Lnet/minecraft/class_5195;
named GAME
Lnet/minecraft/client/sound/MusicType;GAME:Lnet/minecraft/sound/MusicSound;
-
-
Constructor Details
-
MusicType
public MusicType()
-
-
Method Details
-
createIngameMusic
- Mappings:
Namespace Name Mixin selector official a
Laee;a(Laef;)Laed;
intermediary method_27283
Lnet/minecraft/class_1143;method_27283(Lnet/minecraft/class_3414;)Lnet/minecraft/class_5195;
named createIngameMusic
Lnet/minecraft/client/sound/MusicType;createIngameMusic(Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/sound/MusicSound;
-