Package net.minecraft.client.sound
Class GuardianAttackSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.GuardianAttackSoundInstance
- All Implemented Interfaces:
SoundInstance
,TickableSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/GuardianAttackSoundInstance
intermediary net/minecraft/class_1105
official gsh
-
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 static final float
private static final float
private final GuardianEntity
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
-
BASE_VOLUME
private static final float BASE_VOLUME- See Also:
- Mappings:
Namespace Name Mixin selector named BASE_VOLUME
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;BASE_VOLUME:F
intermediary field_32997
Lnet/minecraft/class_1105;field_32997:F
official n
Lgsh;n:F
-
BEAM_PROGRESS_VOLUME_MULTIPLIER
private static final float BEAM_PROGRESS_VOLUME_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector named BEAM_PROGRESS_VOLUME_MULTIPLIER
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;BEAM_PROGRESS_VOLUME_MULTIPLIER:F
intermediary field_32998
Lnet/minecraft/class_1105;field_32998:F
official o
Lgsh;o:F
-
BASE_PITCH
private static final float BASE_PITCH- See Also:
- Mappings:
Namespace Name Mixin selector named BASE_PITCH
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;BASE_PITCH:F
intermediary field_32999
Lnet/minecraft/class_1105;field_32999:F
official p
Lgsh;p:F
-
BEAM_PROGRESS_PITCH_MULTIPLIER
private static final float BEAM_PROGRESS_PITCH_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector named BEAM_PROGRESS_PITCH_MULTIPLIER
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;BEAM_PROGRESS_PITCH_MULTIPLIER:F
intermediary field_33000
Lnet/minecraft/class_1105;field_33000:F
official q
Lgsh;q:F
-
guardian
- Mappings:
Namespace Name Mixin selector named guardian
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;guardian:Lnet/minecraft/entity/mob/GuardianEntity;
intermediary field_5454
Lnet/minecraft/class_1105;field_5454:Lnet/minecraft/class_1577;
official r
Lgsh;r:Lckb;
-
-
Constructor Details
-
GuardianAttackSoundInstance
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/sound/GuardianAttackSoundInstance;<init>(Lnet/minecraft/entity/mob/GuardianEntity;)V
intermediary <init>
Lnet/minecraft/class_1105;<init>(Lnet/minecraft/class_1577;)V
official <init>
Lgsh;<init>(Lckb;)V
-
-
Method Details
-
canPlay
public boolean canPlay()- Mappings:
Namespace Name Mixin selector named canPlay
Lnet/minecraft/client/sound/SoundInstance;canPlay()Z
intermediary method_26273
Lnet/minecraft/class_1113;method_26273()Z
official s
Lgsp;s()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/client/sound/TickableSoundInstance;tick()V
intermediary method_16896
Lnet/minecraft/class_1117;method_16896()V
official q
Lgsq;q()V
-