Package net.minecraft.client.sound
Class BiomeEffectSoundPlayer.MusicLoop
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.BiomeEffectSoundPlayer.MusicLoop
- All Implemented Interfaces:
SoundInstance
,TickableSoundInstance
- Enclosing class:
BiomeEffectSoundPlayer
@Environment(CLIENT)
public static class BiomeEffectSoundPlayer.MusicLoop
extends MovingSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop
intermediary net/minecraft/class_4897$class_4898
official gsd$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType
-
Field Summary
Fields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDone
Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, shouldAlwaysPlay
-
Field Details
-
delta
private int delta- Mappings:
Namespace Name Mixin selector named delta
Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;delta:I
intermediary field_22805
Lnet/minecraft/class_4897$class_4898;field_22805:I
official n
Lgsd$a;n:I
-
strength
private int strength- Mappings:
Namespace Name Mixin selector named strength
Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;strength:I
intermediary field_22806
Lnet/minecraft/class_4897$class_4898;field_22806:I
official o
Lgsd$a;o:I
-
-
Constructor Details
-
MusicLoop
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;<init>(Lnet/minecraft/sound/SoundEvent;)V
intermediary <init>
Lnet/minecraft/class_4897$class_4898;<init>(Lnet/minecraft/class_3414;)V
official <init>
Lgsd$a;<init>(Lavz;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/client/sound/TickableSoundInstance;tick()V
intermediary method_16896
Lnet/minecraft/class_1117;method_16896()V
official q
Lgsq;q()V
-
fadeOut
public void fadeOut()- Mappings:
Namespace Name Mixin selector named fadeOut
Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;fadeOut()V
intermediary method_25464
Lnet/minecraft/class_4897$class_4898;method_25464()V
official o
Lgsd$a;o()V
-
fadeIn
public void fadeIn()- Mappings:
Namespace Name Mixin selector named fadeIn
Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;fadeIn()V
intermediary method_25465
Lnet/minecraft/class_4897$class_4898;method_25465()V
official p
Lgsd$a;p()V
-