Package net.minecraft.client.audio
Class TickableSound
- java.lang.Object
-
- net.minecraft.client.audio.LocatableSound
-
- net.minecraft.client.audio.TickableSound
-
- All Implemented Interfaces:
ISound
,ITickableSound
- Direct Known Subclasses:
BeeSound
,BiomeSoundHandler.Sound
,ElytraSound
,EntityTickableSound
,GuardianSound
,MinecartTickableSound
,RidingMinecartTickableSound
,UnderwaterAmbientSounds.SubSound
,UnderwaterAmbientSounds.UnderWaterSound
public abstract class TickableSound extends LocatableSound implements ITickableSound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TickableSound(SoundEvent p_i46532_1_, SoundCategory p_i46532_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isStopped()
protected void
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
-
Methods inherited from interface net.minecraft.client.audio.ITickableSound
tick
-
-
-
-
Constructor Detail
-
TickableSound
protected TickableSound(SoundEvent p_i46532_1_, SoundCategory p_i46532_2_)
-
-
Method Detail
-
isStopped
public boolean isStopped()
- Specified by:
isStopped
in interfaceITickableSound
-
stop
protected final void stop()
-
-