Package net.minecraft.sound
Class MusicSound
java.lang.Object
net.minecraft.sound.MusicSound
- Mappings:
- Namespace - Name - official - ajt- intermediary - net/minecraft/class_5195- named - net/minecraft/sound/MusicSound
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MusicSound>private final intprivate final intprivate final booleanprivate final SoundEvent
- 
Constructor SummaryConstructorsConstructorDescriptionMusicSound(SoundEvent sound, int minDelay, int maxDelay, boolean replaceCurrentMusic) 
- 
Method Summary
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajt;a:Lcom/mojang/serialization/Codec;- intermediary - field_24627- Lnet/minecraft/class_5195;field_24627:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/sound/MusicSound;CODEC:Lcom/mojang/serialization/Codec;
 
- 
sound- Mappings:
- Namespace - Name - Mixin selector - official - b- Lajt;b:Lajv;- intermediary - field_24057- Lnet/minecraft/class_5195;field_24057:Lnet/minecraft/class_3414;- named - sound- Lnet/minecraft/sound/MusicSound;sound:Lnet/minecraft/sound/SoundEvent;
 
- 
minDelayprivate final int minDelay- Mappings:
- Namespace - Name - Mixin selector - official - c- Lajt;c:I- intermediary - field_24058- Lnet/minecraft/class_5195;field_24058:I- named - minDelay- Lnet/minecraft/sound/MusicSound;minDelay:I
 
- 
maxDelayprivate final int maxDelay- Mappings:
- Namespace - Name - Mixin selector - official - d- Lajt;d:I- intermediary - field_24059- Lnet/minecraft/class_5195;field_24059:I- named - maxDelay- Lnet/minecraft/sound/MusicSound;maxDelay:I
 
- 
replaceCurrentMusicprivate final boolean replaceCurrentMusic- Mappings:
- Namespace - Name - Mixin selector - official - e- Lajt;e:Z- intermediary - field_24060- Lnet/minecraft/class_5195;field_24060:Z- named - replaceCurrentMusic- Lnet/minecraft/sound/MusicSound;replaceCurrentMusic:Z
 
 
- 
- 
Constructor Details- 
MusicSound- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lajt;<init>(Lajv;IIZ)V- intermediary - <init>- Lnet/minecraft/class_5195;<init>(Lnet/minecraft/class_3414;IIZ)V- named - <init>- Lnet/minecraft/sound/MusicSound;<init>(Lnet/minecraft/sound/SoundEvent;IIZ)V
 
 
- 
- 
Method Details- 
getSound- Mappings:
- Namespace - Name - Mixin selector - official - a- Lajt;a()Lajv;- intermediary - method_27279- Lnet/minecraft/class_5195;method_27279()Lnet/minecraft/class_3414;- named - getSound- Lnet/minecraft/sound/MusicSound;getSound()Lnet/minecraft/sound/SoundEvent;
 
- 
getMinDelaypublic int getMinDelay()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lajt;b()I- intermediary - method_27280- Lnet/minecraft/class_5195;method_27280()I- named - getMinDelay- Lnet/minecraft/sound/MusicSound;getMinDelay()I
 
- 
getMaxDelaypublic int getMaxDelay()- Mappings:
- Namespace - Name - Mixin selector - official - c- Lajt;c()I- intermediary - method_27281- Lnet/minecraft/class_5195;method_27281()I- named - getMaxDelay- Lnet/minecraft/sound/MusicSound;getMaxDelay()I
 
- 
shouldReplaceCurrentMusicpublic boolean shouldReplaceCurrentMusic()- Mappings:
- Namespace - Name - Mixin selector - official - d- Lajt;d()Z- intermediary - method_27282- Lnet/minecraft/class_5195;method_27282()Z- named - shouldReplaceCurrentMusic- Lnet/minecraft/sound/MusicSound;shouldReplaceCurrentMusic()Z
 
 
-