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 official eua$aintermediary net/minecraft/class_4897$class_4898named net/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop
-
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, looping, pitch, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
Constructors Constructor Description MusicLoop(SoundEvent sound) -
Method Summary
Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable, shouldAlwaysPlay
-
Field Details
-
delta
private int delta- Mappings:
Namespace Name Mixin selector official mLeua$a;m:Iintermediary field_22805Lnet/minecraft/class_4897$class_4898;field_22805:Inamed deltaLnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;delta:I
-
strength
private int strength- Mappings:
Namespace Name Mixin selector official nLeua$a;n:Iintermediary field_22806Lnet/minecraft/class_4897$class_4898;field_22806:Inamed strengthLnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;strength:I
-
-
Constructor Details
-
MusicLoop
- Mappings:
Namespace Name Mixin selector official <init>Leua$a;<init>(Laef;)Vintermediary <init>Lnet/minecraft/class_4897$class_4898;<init>(Lnet/minecraft/class_3414;)Vnamed <init>Lnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;<init>(Lnet/minecraft/sound/SoundEvent;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official qLeum;q()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vnamed tickLnet/minecraft/client/sound/TickableSoundInstance;tick()V
-
fadeOut
public void fadeOut()- Mappings:
Namespace Name Mixin selector official oLeua$a;o()Vintermediary method_25464Lnet/minecraft/class_4897$class_4898;method_25464()Vnamed fadeOutLnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;fadeOut()V
-
fadeIn
public void fadeIn()- Mappings:
Namespace Name Mixin selector official pLeua$a;p()Vintermediary method_25465Lnet/minecraft/class_4897$class_4898;method_25465()Vnamed fadeInLnet/minecraft/client/sound/BiomeEffectSoundPlayer$MusicLoop;fadeIn()V
-