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
- Mappings:
Namespace Name official etxintermediary net/minecraft/class_4508named net/minecraft/client/sound/AggressiveBeeSoundInstance
-
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 entity) -
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
- Mappings:
Namespace Name Mixin selector official <init>Letx;<init>(Lbbk;)Vintermediary <init>Lnet/minecraft/class_4508;<init>(Lnet/minecraft/class_4466;)Vnamed <init>Lnet/minecraft/client/sound/AggressiveBeeSoundInstance;<init>(Lnet/minecraft/entity/passive/BeeEntity;)V
-
-
Method Details
-
getReplacement
- Specified by:
getReplacementin classAbstractBeeSoundInstance- Mappings:
Namespace Name Mixin selector official oLetz;o()Letv;intermediary method_22135Lnet/minecraft/class_4510;method_22135()Lnet/minecraft/class_1101;named getReplacementLnet/minecraft/client/sound/AbstractBeeSoundInstance;getReplacement()Lnet/minecraft/client/sound/MovingSoundInstance;
-
shouldReplace
protected boolean shouldReplace()- Specified by:
shouldReplacein classAbstractBeeSoundInstance- Mappings:
Namespace Name Mixin selector official pLetz;p()Zintermediary method_22136Lnet/minecraft/class_4510;method_22136()Znamed shouldReplaceLnet/minecraft/client/sound/AbstractBeeSoundInstance;shouldReplace()Z
-