Class AbstractTickableSoundInstance
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
- All Implemented Interfaces:
- SoundInstance,- TickableSoundInstance
- Direct Known Subclasses:
- BeeSoundInstance,- BiomeAmbientSoundsHandler.LoopSoundInstance,- ElytraOnPlayerSoundInstance,- EntityBoundSoundInstance,- GuardianAttackSoundInstance,- MinecartSoundInstance,- RidingMinecartSoundInstance,- SnifferSoundInstance,- UnderwaterAmbientSoundInstances.SubSound,- UnderwaterAmbientSoundInstances.UnderwaterAmbientSoundInstance
public abstract class AbstractTickableSoundInstance
extends AbstractSoundInstance
implements TickableSoundInstance
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.resources.sounds.SoundInstanceSoundInstance.Attenuation
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractTickableSoundInstance(SoundEvent p_235076_, SoundSource p_235077_, RandomSource p_235078_) 
- 
Method SummaryMethods inherited from class net.minecraft.client.resources.sounds.AbstractSoundInstancegetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.resources.sounds.SoundInstancecanPlaySound, canStartSilent, getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolveMethods inherited from interface net.minecraft.client.resources.sounds.TickableSoundInstancetick
- 
Field Details- 
stoppedprivate boolean stopped
 
- 
- 
Constructor Details- 
AbstractTickableSoundInstanceprotected AbstractTickableSoundInstance(SoundEvent p_235076_, SoundSource p_235077_, RandomSource p_235078_) 
 
- 
- 
Method Details- 
isStoppedpublic boolean isStopped()- Specified by:
- isStoppedin interface- TickableSoundInstance
 
- 
stopprotected final void stop()
 
-