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
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
TickableSound
(SoundEvent p_i46532_1_, SoundCategory p_i46532_2_) -
Method Summary
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
-
Field Details
-
stopped
private boolean stopped
-
-
Constructor Details
-
TickableSound
-
-
Method Details
-
isStopped
public boolean isStopped()- Specified by:
isStopped
in interfaceITickableSound
-
stop
protected final void stop()
-