Package net.minecraft.client.sound
Class SnifferDigSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.SnifferDigSoundInstance
- All Implemented Interfaces:
SoundInstance
,TickableSoundInstance
- Mappings:
Namespace Name official fxu
intermediary net/minecraft/class_8191
named net/minecraft/client/sound/SnifferDigSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final float
private static final float
private final SnifferEntity
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.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, shouldAlwaysPlay
-
Field Details
-
field_42931
private static final float field_42931- See Also:
- Mappings:
Namespace Name Mixin selector official n
Lfxu;n:F
intermediary field_42931
Lnet/minecraft/class_8191;field_42931:F
named field_42931
Lnet/minecraft/client/sound/SnifferDigSoundInstance;field_42931:F
-
field_42932
private static final float field_42932- See Also:
- Mappings:
Namespace Name Mixin selector official o
Lfxu;o:F
intermediary field_42932
Lnet/minecraft/class_8191;field_42932:F
named field_42932
Lnet/minecraft/client/sound/SnifferDigSoundInstance;field_42932:F
-
sniffer
- Mappings:
Namespace Name Mixin selector official p
Lfxu;p:Lbtx;
intermediary field_42933
Lnet/minecraft/class_8191;field_42933:Lnet/minecraft/class_8153;
named sniffer
Lnet/minecraft/client/sound/SnifferDigSoundInstance;sniffer:Lnet/minecraft/entity/passive/SnifferEntity;
-
-
Constructor Details
-
SnifferDigSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>
Lfxu;<init>(Lbtx;)V
intermediary <init>
Lnet/minecraft/class_8191;<init>(Lnet/minecraft/class_8153;)V
named <init>
Lnet/minecraft/client/sound/SnifferDigSoundInstance;<init>(Lnet/minecraft/entity/passive/SnifferEntity;)V
-
-
Method Details
-
canPlay
public 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
-
tick
public 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
-