类 GuardianAttackSoundInstance
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
net.minecraft.client.resources.sounds.GuardianAttackSoundInstance
- 所有已实现的接口:
SoundInstance
,TickableSoundInstance
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.client.resources.sounds.SoundInstance
SoundInstance.Attenuation
-
字段概要
字段修饰符和类型字段说明private final Guardian
private static final float
private static final float
private static final float
private static final float
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
isStopped, stop
从类继承的方法 net.minecraft.client.resources.sounds.AbstractSoundInstance
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getVolume, getX, getY, getZ, isLooping, isRelative, resolve, toString
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 net.minecraft.client.resources.sounds.SoundInstance
canStartSilent, getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
字段详细资料
-
VOLUME_MIN
private static final float VOLUME_MIN- 另请参阅:
-
VOLUME_SCALE
private static final float VOLUME_SCALE- 另请参阅:
-
PITCH_MIN
private static final float PITCH_MIN- 另请参阅:
-
PITCH_SCALE
private static final float PITCH_SCALE- 另请参阅:
-
guardian
-
-
构造器详细资料
-
GuardianAttackSoundInstance
-
-
方法详细资料
-
canPlaySound
public boolean canPlaySound() -
tick
public void tick()
-