Package net.minecraft.client.audio
Class BeeSound
java.lang.Object
net.minecraft.client.audio.LocatableSound
net.minecraft.client.audio.TickableSound
net.minecraft.client.audio.BeeSound
- All Implemented Interfaces:
- ISound,- ITickableSound
- Direct Known Subclasses:
- BeeAngrySound,- BeeFlightSound
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.audio.ISoundISound.AttenuationType
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBeeSound(BeeEntity p_i226060_1_, SoundEvent p_i226060_2_, SoundCategory p_i226060_3_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanprotected abstract TickableSoundprivate floatprivate floatprotected abstract booleanvoidtick()Methods inherited from class net.minecraft.client.audio.TickableSoundisStopped, stopMethods inherited from class net.minecraft.client.audio.LocatableSoundgetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.audio.ISoundgetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
- 
Field Details- 
bee
- 
hasSwitchedprivate boolean hasSwitched
 
- 
- 
Constructor Details- 
BeeSound
 
- 
- 
Method Details- 
tickpublic void tick()
- 
getMinPitchprivate float getMinPitch()
- 
getMaxPitchprivate float getMaxPitch()
- 
canStartSilentpublic boolean canStartSilent()
- 
canPlaySoundpublic boolean canPlaySound()
- 
getAlternativeSoundInstance
- 
shouldSwitchSoundsprotected abstract boolean shouldSwitchSounds()
 
-