Class UnderLiquidSubSound
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
net.minecraft.client.resources.sounds.UnderLiquidSubSound
- All Implemented Interfaces:
SoundInstance, TickableSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface SoundInstance
SoundInstance.Attenuation -
Field Summary
FieldsFields inherited from class AbstractSoundInstance
attenuation, delay, identifier, looping, pitch, random, relative, sound, soundEvent, source, volume, x, y, z -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnderLiquidSubSound(LocalPlayer player, SoundEvent event) -
Method Summary
Methods inherited from class AbstractTickableSoundInstance
isStopped, stopMethods inherited from class AbstractSoundInstance
getAttenuation, getDelay, getIdentifier, getOrResolve, getPitch, getSound, getSoundEvent, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SoundInstance
canPlaySound, canStartSilent, getAttenuation, getDelay, getIdentifier, getOrResolve, getPitch, getSound, getSoundEvent, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative
-
Field Details
-
player
-
-
Constructor Details
-
UnderLiquidSubSound
-
-
Method Details
-
tick
public void tick()
-