类 BeeFlyingSoundInstance
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.minecraft.client.resources.sounds.AbstractTickableSoundInstance
net.minecraft.client.resources.sounds.BeeSoundInstance
net.minecraft.client.resources.sounds.BeeFlyingSoundInstance
- 所有已实现的接口:
SoundInstance
,TickableSoundInstance
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.client.resources.sounds.SoundInstance
SoundInstance.Attenuation
-
字段概要
从类继承的字段 net.minecraft.client.resources.sounds.BeeSoundInstance
bee
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.client.resources.sounds.BeeSoundInstance
canPlaySound, canStartSilent, tick
从类继承的方法 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
getAttenuation, getDelay, getLocation, getPitch, getSound, getSource, getStream, getVolume, getX, getY, getZ, isLooping, isRelative, resolve
-
构造器详细资料
-
BeeFlyingSoundInstance
-
-
方法详细资料
-
getAlternativeSoundInstance
-
shouldSwitchSounds
protected boolean shouldSwitchSounds()- 指定者:
shouldSwitchSounds
在类中BeeSoundInstance
-