Package net.minecraft.client.sound
Class EntityTrackingSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.EntityTrackingSoundInstance
- All Implemented Interfaces:
- SoundInstance,- TickableSoundInstance
- Mappings:
- Namespace - Name - official - fxp- intermediary - net/minecraft/class_1106- named - net/minecraft/client/sound/EntityTrackingSoundInstance
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstanceSoundInstance.AttenuationType
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.sound.AbstractSoundInstanceattenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
- 
Constructor SummaryConstructorsConstructorDescriptionEntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity, long seed) 
- 
Method SummaryMethods 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, shouldAlwaysPlay
- 
Field Details- 
entity- Mappings:
- Namespace - Name - Mixin selector - official - n- Lfxp;n:Lbfj;- intermediary - field_5455- Lnet/minecraft/class_1106;field_5455:Lnet/minecraft/class_1297;- named - entity- Lnet/minecraft/client/sound/EntityTrackingSoundInstance;entity:Lnet/minecraft/entity/Entity;
 
 
- 
- 
Constructor Details- 
EntityTrackingSoundInstancepublic EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity, long seed) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfxp;<init>(Lamg;Lami;FFLbfj;J)V- intermediary - <init>- Lnet/minecraft/class_1106;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFLnet/minecraft/class_1297;J)V- named - <init>- Lnet/minecraft/client/sound/EntityTrackingSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/entity/Entity;J)V
 
 
- 
- 
Method Details- 
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
 
- 
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
 
 
-