Package net.minecraft.client.sound
Class PassiveBeeSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.AbstractBeeSoundInstance
net.minecraft.client.sound.PassiveBeeSoundInstance
- All Implemented Interfaces:
SoundInstance
,TickableSoundInstance
- Mappings:
Namespace Name official ghm
intermediary net/minecraft/class_4509
named net/minecraft/client/sound/PassiveBeeSoundInstance
-
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
bee
Fields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.sound.AbstractBeeSoundInstance
canPlay, shouldAlwaysPlay, tick
Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDone
Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, 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.sound.SoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable
-
Constructor Details
-
PassiveBeeSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>
Lghm;<init>(Lbxz;)V
intermediary <init>
Lnet/minecraft/class_4509;<init>(Lnet/minecraft/class_4466;)V
named <init>
Lnet/minecraft/client/sound/PassiveBeeSoundInstance;<init>(Lnet/minecraft/entity/passive/BeeEntity;)V
-
-
Method Details
-
getReplacement
- Specified by:
getReplacement
in classAbstractBeeSoundInstance
- Mappings:
Namespace Name Mixin selector official o
Lghn;o()Lghj;
intermediary method_22135
Lnet/minecraft/class_4510;method_22135()Lnet/minecraft/class_1101;
named getReplacement
Lnet/minecraft/client/sound/AbstractBeeSoundInstance;getReplacement()Lnet/minecraft/client/sound/MovingSoundInstance;
-
shouldReplace
protected boolean shouldReplace()- Specified by:
shouldReplace
in classAbstractBeeSoundInstance
- Mappings:
Namespace Name Mixin selector official p
Lghn;p()Z
intermediary method_22136
Lnet/minecraft/class_4510;method_22136()Z
named shouldReplace
Lnet/minecraft/client/sound/AbstractBeeSoundInstance;shouldReplace()Z
-