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 intermediary net/minecraft/class_1106official fxenamed net/minecraft/client/sound/EntityTrackingSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionEntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity, long seed) -
Method Summary
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, shouldAlwaysPlay
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector intermediary field_5455Lnet/minecraft/class_1106;field_5455:Lnet/minecraft/class_1297;official nLfxe;n:Lbfh;named entityLnet/minecraft/client/sound/EntityTrackingSoundInstance;entity:Lnet/minecraft/entity/Entity;
-
-
Constructor Details
-
EntityTrackingSoundInstance
public EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity, long seed) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1106;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFLnet/minecraft/class_1297;J)Vofficial <init>Lfxe;<init>(Lamg;Lami;FFLbfh;J)Vnamed <init>Lnet/minecraft/client/sound/EntityTrackingSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFLnet/minecraft/entity/Entity;J)V
-
-
Method Details
-
canPlay
public boolean canPlay()- Mappings:
Namespace Name Mixin selector intermediary method_26273Lnet/minecraft/class_1113;method_26273()Zofficial sLfxn;s()Znamed canPlayLnet/minecraft/client/sound/SoundInstance;canPlay()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector intermediary method_16896Lnet/minecraft/class_1117;method_16896()Vofficial qLfxo;q()Vnamed tickLnet/minecraft/client/sound/TickableSoundInstance;tick()V
-