Package net.minecraft.client.audio
Interface ITickableSound
-
- All Superinterfaces:
ISound
- All Known Implementing Classes:
BeeAngrySound
,BeeFlightSound
,BeeSound
,BiomeSoundHandler.Sound
,ElytraSound
,EntityTickableSound
,GuardianSound
,MinecartTickableSound
,RidingMinecartTickableSound
,TickableSound
,UnderwaterAmbientSounds.SubSound
,UnderwaterAmbientSounds.UnderWaterSound
public interface ITickableSound extends ISound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isStopped()
void
tick()
-
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
-
-