Package net.minecraft.client.sound
Class AggressiveBeeSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.AbstractBeeSoundInstance
net.minecraft.client.sound.AggressiveBeeSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance
@Environment(CLIENT) public class AggressiveBeeSoundInstance extends AbstractBeeSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields inherited from class net.minecraft.client.sound.AbstractBeeSoundInstance
beeFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, looping, pitch, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
Constructors Constructor Description AggressiveBeeSoundInstance(BeeEntity beeEntity) -
Method Summary
Modifier and Type Method Description protected MovingSoundInstancegetReplacement()protected booleanshouldReplace()Methods inherited from class net.minecraft.client.sound.AbstractBeeSoundInstance
canPlay, shouldAlwaysPlay, tickMethods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable
-
Constructor Details
-
AggressiveBeeSoundInstance
-
-
Method Details
-
getReplacement
- Specified by:
getReplacementin classAbstractBeeSoundInstance
-
shouldReplace
protected boolean shouldReplace()- Specified by:
shouldReplacein classAbstractBeeSoundInstance
-