Class GuardianAttackSoundInstance
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
net.minecraft.client.resources.sounds.GuardianAttackSoundInstance
- All Implemented Interfaces:
- SoundInstance,- TickableSoundInstance
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.resources.sounds.SoundInstanceSoundInstance.Attenuation
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Guardianprivate static final floatprivate static final floatprivate static final floatprivate static final float
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.resources.sounds.AbstractTickableSoundInstanceisStopped, stopMethods inherited from class net.minecraft.client.resources.sounds.AbstractSoundInstancegetAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.resources.sounds.SoundInstancecanStartSilent, getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
- 
Field Details- 
VOLUME_MINprivate static final float VOLUME_MIN- See Also:
 
- 
VOLUME_SCALEprivate static final float VOLUME_SCALE- See Also:
 
- 
PITCH_MINprivate static final float PITCH_MIN- See Also:
 
- 
PITCH_SCALEprivate static final float PITCH_SCALE- See Also:
 
- 
guardian
 
- 
- 
Constructor Details- 
GuardianAttackSoundInstance
 
- 
- 
Method Details- 
canPlaySoundpublic boolean canPlaySound()
- 
tickpublic void tick()
 
-