Package net.minecraft.client.audio
Class BeeFlightSound
- java.lang.Object
-
- net.minecraft.client.audio.LocatableSound
-
- net.minecraft.client.audio.TickableSound
-
- net.minecraft.client.audio.BeeSound
-
- net.minecraft.client.audio.BeeFlightSound
-
- All Implemented Interfaces:
ISound
,ITickableSound
public class BeeFlightSound extends BeeSound
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.client.audio.ISound
ISound.AttenuationType
-
-
Constructor Summary
Constructors Constructor Description BeeFlightSound(BeeEntity p_i226059_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TickableSound
getAlternativeSoundInstance()
protected boolean
shouldSwitchSounds()
-
Methods inherited from class net.minecraft.client.audio.BeeSound
canPlaySound, canStartSilent, tick
-
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
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
-
-
-
Constructor Detail
-
BeeFlightSound
public BeeFlightSound(BeeEntity p_i226059_1_)
-
-
Method Detail
-
getAlternativeSoundInstance
protected TickableSound getAlternativeSoundInstance()
- Specified by:
getAlternativeSoundInstance
in classBeeSound
-
shouldSwitchSounds
protected boolean shouldSwitchSounds()
- Specified by:
shouldSwitchSounds
in classBeeSound
-
-