Package net.minecraft.client.sound
Class AmbientSoundLoops.Underwater
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.AmbientSoundLoops.Underwater
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance
- Enclosing class:
- AmbientSoundLoops
@Environment(CLIENT) public static class AmbientSoundLoops.Underwater extends MovingSoundInstance
- Mappings:
Namespace Name official eyv$bintermediary net/minecraft/class_1118$class_1120named net/minecraft/client/sound/AmbientSoundLoops$Underwater
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description static intfield_33012private ClientPlayerEntityplayerprivate inttransitionTimerFields 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 Underwater(ClientPlayerEntity player) -
Method Summary
Modifier and Type Method Description voidtick()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
-
field_33012
public static final int field_33012- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official mLeyv$b;m:Iintermediary field_33012Lnet/minecraft/class_1118$class_1120;field_33012:Inamed field_33012Lnet/minecraft/client/sound/AmbientSoundLoops$Underwater;field_33012:I
-
player
- Mappings:
Namespace Name Mixin selector official nLeyv$b;n:Lekt;intermediary field_5483Lnet/minecraft/class_1118$class_1120;field_5483:Lnet/minecraft/class_746;named playerLnet/minecraft/client/sound/AmbientSoundLoops$Underwater;player:Lnet/minecraft/client/network/ClientPlayerEntity;
-
transitionTimer
private int transitionTimer- Mappings:
Namespace Name Mixin selector official oLeyv$b;o:Iintermediary field_5484Lnet/minecraft/class_1118$class_1120;field_5484:Inamed transitionTimerLnet/minecraft/client/sound/AmbientSoundLoops$Underwater;transitionTimer:I
-
-
Constructor Details
-
Underwater
- Mappings:
Namespace Name Mixin selector official <init>Leyv$b;<init>(Lekt;)Vintermediary <init>Lnet/minecraft/class_1118$class_1120;<init>(Lnet/minecraft/class_746;)Vnamed <init>Lnet/minecraft/client/sound/AmbientSoundLoops$Underwater;<init>(Lnet/minecraft/client/network/ClientPlayerEntity;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official qLeyt;q()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vnamed tickLnet/minecraft/client/sound/TickableSoundInstance;tick()V
-