Package net.minecraft.client.sound
Class AbstractBeeSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.AbstractBeeSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance
- Direct Known Subclasses:
AggressiveBeeSoundInstance,PassiveBeeSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/AbstractBeeSoundInstanceintermediary net/minecraft/class_4510official hoa
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BeeEntityprivate static final floatprivate static final floatprivate static final floatprivate booleanFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionAbstractBeeSoundInstance(BeeEntity entity, SoundEvent sound, SoundCategory soundCategory) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlay()private floatprivate floatprotected abstract MovingSoundInstancebooleanprotected abstract booleanvoidtick()Methods 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, isRelative, 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, isRelative, isRepeatable
-
Field Details
-
field_32991
private static final float field_32991- See Also:
- Mappings:
Namespace Name Mixin selector named field_32991Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32991:Fintermediary field_32991Lnet/minecraft/class_4510;field_32991:Fofficial oLhoa;o:F
-
field_32992
private static final float field_32992- See Also:
- Mappings:
Namespace Name Mixin selector named field_32992Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32992:Fintermediary field_32992Lnet/minecraft/class_4510;field_32992:Fofficial pLhoa;p:F
-
field_32993
private static final float field_32993- See Also:
- Mappings:
Namespace Name Mixin selector named field_32993Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32993:Fintermediary field_32993Lnet/minecraft/class_4510;field_32993:Fofficial qLhoa;q:F
-
bee
- Mappings:
Namespace Name Mixin selector named beeLnet/minecraft/client/sound/AbstractBeeSoundInstance;bee:Lnet/minecraft/entity/passive/BeeEntity;intermediary field_20530Lnet/minecraft/class_4510;field_20530:Lnet/minecraft/class_4466;official nLhoa;n:Lcjw;
-
replaced
private boolean replaced- Mappings:
Namespace Name Mixin selector named replacedLnet/minecraft/client/sound/AbstractBeeSoundInstance;replaced:Zintermediary field_20531Lnet/minecraft/class_4510;field_20531:Zofficial rLhoa;r:Z
-
-
Constructor Details
-
AbstractBeeSoundInstance
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/sound/AbstractBeeSoundInstance;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;)Vintermediary <init>Lnet/minecraft/class_4510;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;)Vofficial <init>Lhoa;<init>(Lcjw;Lawx;Lawz;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/sound/TickableSoundInstance;tick()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vofficial qLhoo;q()V
-
getMinPitch
private float getMinPitch()- Mappings:
Namespace Name Mixin selector named getMinPitchLnet/minecraft/client/sound/AbstractBeeSoundInstance;getMinPitch()Fintermediary method_22137Lnet/minecraft/class_4510;method_22137()Fofficial uLhoa;u()F
-
getMaxPitch
private float getMaxPitch()- Mappings:
Namespace Name Mixin selector named getMaxPitchLnet/minecraft/client/sound/AbstractBeeSoundInstance;getMaxPitch()Fintermediary method_22138Lnet/minecraft/class_4510;method_22138()Fofficial vLhoa;v()F
-
shouldAlwaysPlay
public boolean shouldAlwaysPlay()- Mappings:
Namespace Name Mixin selector named shouldAlwaysPlayLnet/minecraft/client/sound/SoundInstance;shouldAlwaysPlay()Zintermediary method_4785Lnet/minecraft/class_1113;method_4785()Zofficial rLhon;r()Z
-
canPlay
public boolean canPlay()- Mappings:
Namespace Name Mixin selector named canPlayLnet/minecraft/client/sound/SoundInstance;canPlay()Zintermediary method_26273Lnet/minecraft/class_1113;method_26273()Zofficial sLhon;s()Z
-
getReplacement
- Mappings:
Namespace Name Mixin selector named getReplacementLnet/minecraft/client/sound/AbstractBeeSoundInstance;getReplacement()Lnet/minecraft/client/sound/MovingSoundInstance;intermediary method_22135Lnet/minecraft/class_4510;method_22135()Lnet/minecraft/class_1101;official oLhoa;o()Lhnw;
-
shouldReplace
protected abstract boolean shouldReplace()- Mappings:
Namespace Name Mixin selector named shouldReplaceLnet/minecraft/client/sound/AbstractBeeSoundInstance;shouldReplace()Zintermediary method_22136Lnet/minecraft/class_4510;method_22136()Zofficial pLhoa;p()Z
-