类 ClientTests.SineSound
java.lang.Object
net.minecraft.client.resources.sounds.AbstractSoundInstance
net.neoforged.neoforge.debug.client.ClientTests.SineSound
- 所有已实现的接口:
net.minecraft.client.resources.sounds.SoundInstance
- 封闭类:
ClientTests
private static final class ClientTests.SineSound
extends net.minecraft.client.resources.sounds.AbstractSoundInstance
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.client.resources.sounds.SoundInstance
net.minecraft.client.resources.sounds.SoundInstance.Attenuation
-
字段概要
从类继承的字段 net.minecraft.client.resources.sounds.AbstractSoundInstance
attenuation, delay, location, looping, pitch, random, relative, sound, source, volume, x, y, z
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明CompletableFuture
<net.minecraft.client.sounds.AudioStream> getStream
(net.minecraft.client.sounds.SoundBufferLibrary soundBuffers, net.minecraft.client.resources.sounds.Sound sound, boolean looping) 从类继承的方法 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
canPlaySound, canStartSilent
-
构造器详细资料
-
SineSound
SineSound(Vec3 position)
-
-
方法详细资料
-
getStream
public CompletableFuture<net.minecraft.client.sounds.AudioStream> getStream(net.minecraft.client.sounds.SoundBufferLibrary soundBuffers, net.minecraft.client.resources.sounds.Sound sound, boolean looping)
-