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
@Environment(CLIENT) public class GuardianAttackSoundInstance extends MovingSoundInstance
- Mappings:
Namespace Name official eylintermediary net/minecraft/class_1105named net/minecraft/client/sound/GuardianAttackSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description private static floatfield_32997private static floatfield_32998private static floatfield_32999private static floatfield_33000private GuardianEntityguardianFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, looping, pitch, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
Constructors Constructor Description GuardianAttackSoundInstance(GuardianEntity guardian) -
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, isLooping, 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, isLooping, isRepeatable, shouldAlwaysPlay
-
Field Details
-
field_32997
private static final float field_32997- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official mLeyl;m:Fintermediary field_32997Lnet/minecraft/class_1105;field_32997:Fnamed field_32997Lnet/minecraft/client/sound/GuardianAttackSoundInstance;field_32997:F
-
field_32998
private static final float field_32998- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official nLeyl;n:Fintermediary field_32998Lnet/minecraft/class_1105;field_32998:Fnamed field_32998Lnet/minecraft/client/sound/GuardianAttackSoundInstance;field_32998:F
-
field_32999
private static final float field_32999- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official oLeyl;o:Fintermediary field_32999Lnet/minecraft/class_1105;field_32999:Fnamed field_32999Lnet/minecraft/client/sound/GuardianAttackSoundInstance;field_32999:F
-
field_33000
private static final float field_33000- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official pLeyl;p:Fintermediary field_33000Lnet/minecraft/class_1105;field_33000:Fnamed field_33000Lnet/minecraft/client/sound/GuardianAttackSoundInstance;field_33000:F
-
guardian
- Mappings:
Namespace Name Mixin selector official qLeyl;q:Lbgv;intermediary field_5454Lnet/minecraft/class_1105;field_5454:Lnet/minecraft/class_1577;named guardianLnet/minecraft/client/sound/GuardianAttackSoundInstance;guardian:Lnet/minecraft/entity/mob/GuardianEntity;
-
-
Constructor Details
-
GuardianAttackSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Leyl;<init>(Lbgv;)Vintermediary <init>Lnet/minecraft/class_1105;<init>(Lnet/minecraft/class_1577;)Vnamed <init>Lnet/minecraft/client/sound/GuardianAttackSoundInstance;<init>(Lnet/minecraft/entity/mob/GuardianEntity;)V
-
-
Method Details
-
canPlay
public boolean canPlay()- Mappings:
Namespace Name Mixin selector official sLeys;s()Zintermediary method_26273Lnet/minecraft/class_1113;method_26273()Znamed canPlayLnet/minecraft/client/sound/SoundInstance;canPlay()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official qLeyt;q()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vnamed tickLnet/minecraft/client/sound/TickableSoundInstance;tick()V
-