Package net.minecraft.client.audio
Class UnderwaterAmbientSounds.UnderWaterSound
- java.lang.Object
-
- net.minecraft.client.audio.LocatableSound
-
- net.minecraft.client.audio.TickableSound
-
- net.minecraft.client.audio.UnderwaterAmbientSounds.UnderWaterSound
-
- All Implemented Interfaces:
ISound
,ITickableSound
- Enclosing class:
- UnderwaterAmbientSounds
public static class UnderwaterAmbientSounds.UnderWaterSound extends TickableSound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
-
Constructor Summary
Constructors Constructor Description UnderWaterSound(ClientPlayerEntity p_i48883_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick()
-
Methods inherited from class net.minecraft.client.audio.TickableSound
isStopped, stop
-
Methods inherited from class net.minecraft.client.audio.LocatableSound
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, 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.audio.ISound
canPlaySound, canStartSilent, getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
-
-
-
Field Detail
-
player
private final ClientPlayerEntity player
-
fade
private int fade
-
-
Constructor Detail
-
UnderWaterSound
public UnderWaterSound(ClientPlayerEntity p_i48883_1_)
-
-