Package net.minecraft.client.audio
Class EntityTickableSound
java.lang.Object
net.minecraft.client.audio.LocatableSound
net.minecraft.client.audio.TickableSound
net.minecraft.client.audio.EntityTickableSound
- All Implemented Interfaces:
ISound
,ITickableSound
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEntityTickableSound
(SoundEvent p_i50899_1_, SoundCategory p_i50899_2_, float p_i50899_3_, float p_i50899_4_, Entity p_i50899_5_) EntityTickableSound
(SoundEvent p_i50898_1_, SoundCategory p_i50898_2_, Entity p_i50898_3_) -
Method Summary
Methods inherited from class net.minecraft.client.audio.TickableSound
isStopped, 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
canStartSilent, getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
Field Details
-
entity
-
-
Constructor Details
-
EntityTickableSound
-
EntityTickableSound
public EntityTickableSound(SoundEvent p_i50899_1_, SoundCategory p_i50899_2_, float p_i50899_3_, float p_i50899_4_, Entity p_i50899_5_)
-
-
Method Details
-
canPlaySound
public boolean canPlaySound() -
tick
public void tick()
-