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,Tickable
@Environment(CLIENT) public class GuardianAttackSoundInstance extends MovingSoundInstance
- Mappings:
Namespace Name official bpcintermediary net/minecraft/class_1302named 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 GuardianEntityfield_5409Fields inherited from class net.minecraft.client.sound.MovingSoundInstance
doneFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
Constructors Constructor Description GuardianAttackSoundInstance(GuardianEntity guardianEntity) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable
-
Field Details
-
field_5409
- Mappings:
Namespace Name Mixin selector official kLbpc;k:Lvt;intermediary field_5409Lnet/minecraft/class_1302;field_5409:Lnet/minecraft/class_1922;named field_5409Lnet/minecraft/client/sound/GuardianAttackSoundInstance;field_5409:Lnet/minecraft/entity/mob/GuardianEntity;
-
-
Constructor Details
-
GuardianAttackSoundInstance
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official cLkm;c()Vintermediary method_5945Lnet/minecraft/class_1618;method_5945()Vnamed tickLnet/minecraft/util/Tickable;tick()V
-