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 - official - fxl- intermediary - net/minecraft/class_4510- named - net/minecraft/client/sound/AbstractBeeSoundInstance
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstanceSoundInstance.AttenuationType
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final BeeEntityprivate static final floatprivate static final floatprivate static final floatprivate booleanFields inherited from class net.minecraft.client.sound.AbstractSoundInstanceattenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractBeeSoundInstance(BeeEntity entity, SoundEvent sound, SoundCategory soundCategory) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanPlay()private floatprivate floatprotected abstract MovingSoundInstancebooleanprotected abstract booleanvoidtick()Methods inherited from class net.minecraft.client.sound.MovingSoundInstanceisDone, setDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstancegetAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstancegetAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable
- 
Field Details- 
field_32991private static final float field_32991- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - o- Lfxl;o:F- intermediary - field_32991- Lnet/minecraft/class_4510;field_32991:F- named - field_32991- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32991:F
 
- 
field_32992private static final float field_32992- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - p- Lfxl;p:F- intermediary - field_32992- Lnet/minecraft/class_4510;field_32992:F- named - field_32992- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32992:F
 
- 
field_32993private static final float field_32993- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - q- Lfxl;q:F- intermediary - field_32993- Lnet/minecraft/class_4510;field_32993:F- named - field_32993- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;field_32993:F
 
- 
bee- Mappings:
- Namespace - Name - Mixin selector - official - n- Lfxl;n:Lbrm;- intermediary - field_20530- Lnet/minecraft/class_4510;field_20530:Lnet/minecraft/class_4466;- named - bee- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;bee:Lnet/minecraft/entity/passive/BeeEntity;
 
- 
replacedprivate boolean replaced- Mappings:
- Namespace - Name - Mixin selector - official - r- Lfxl;r:Z- intermediary - field_20531- Lnet/minecraft/class_4510;field_20531:Z- named - replaced- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;replaced:Z
 
 
- 
- 
Constructor Details- 
AbstractBeeSoundInstance- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfxl;<init>(Lbrm;Lamg;Lami;)V- intermediary - <init>- Lnet/minecraft/class_4510;<init>(Lnet/minecraft/class_4466;Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;)V- named - <init>- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;<init>(Lnet/minecraft/entity/passive/BeeEntity;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;)V
 
 
- 
- 
Method Details- 
tickpublic void tick()- Mappings:
- Namespace - Name - Mixin selector - official - q- Lfxz;q()V- intermediary - method_16896- Lnet/minecraft/class_1117;method_16896()V- named - tick- Lnet/minecraft/client/sound/TickableSoundInstance;tick()V
 
- 
getMinPitchprivate float getMinPitch()- Mappings:
- Namespace - Name - Mixin selector - official - u- Lfxl;u()F- intermediary - method_22137- Lnet/minecraft/class_4510;method_22137()F- named - getMinPitch- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;getMinPitch()F
 
- 
getMaxPitchprivate float getMaxPitch()- Mappings:
- Namespace - Name - Mixin selector - official - v- Lfxl;v()F- intermediary - method_22138- Lnet/minecraft/class_4510;method_22138()F- named - getMaxPitch- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;getMaxPitch()F
 
- 
shouldAlwaysPlaypublic boolean shouldAlwaysPlay()- Mappings:
- Namespace - Name - Mixin selector - official - r- Lfxy;r()Z- intermediary - method_4785- Lnet/minecraft/class_1113;method_4785()Z- named - shouldAlwaysPlay- Lnet/minecraft/client/sound/SoundInstance;shouldAlwaysPlay()Z
 
- 
canPlaypublic boolean canPlay()- Mappings:
- Namespace - Name - Mixin selector - official - s- Lfxy;s()Z- intermediary - method_26273- Lnet/minecraft/class_1113;method_26273()Z- named - canPlay- Lnet/minecraft/client/sound/SoundInstance;canPlay()Z
 
- 
getReplacement- Mappings:
- Namespace - Name - Mixin selector - official - o- Lfxl;o()Lfxh;- 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;
 
- 
shouldReplaceprotected abstract boolean shouldReplace()- Mappings:
- Namespace - Name - Mixin selector - official - p- Lfxl;p()Z- intermediary - method_22136- Lnet/minecraft/class_4510;method_22136()Z- named - shouldReplace- Lnet/minecraft/client/sound/AbstractBeeSoundInstance;shouldReplace()Z
 
 
-