net.minecraft.client.resources.sounds

public class SimpleSoundInstance

extends AbstractSoundInstance

All mapped superinterfaces:

SoundInstance

ecs
net.minecraft.client.resources.sounds.SimpleSoundInstance
net.minecraft.class_1109
net.minecraft.client.sound.PositionedSoundInstance
net.minecraft.client.audio.SimpleSound

构造函数概要

修饰符构造函数
public (SoundEvent sound, SoundSource category, float volume, float pitch, BlockPos arg4)
public (SoundEvent sound, SoundSource category, float volume, float pitch, float x, float y, float z)
private (SoundEvent sound, SoundSource category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance$Attenuation attenuationType, float x, float y, float z)
public (ResourceLocation id, SoundSource category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance$Attenuation attenuationType, float x, float y, float z, boolean looping)

方法概要

修饰符与类型方法
public static SimpleSoundInstance
a(aah arg0, float arg1)
forUI(SoundEvent arg0, float arg1)
method_4758(class_3414 arg0, float arg1)
master(SoundEvent sound, float volume)
func_184371_a(SoundEvent arg0, float arg1)
public static SimpleSoundInstance
a(aah arg0, float arg1, float arg2)
forUI(SoundEvent arg0, float arg1, float arg2)
method_4757(class_3414 arg0, float arg1, float arg2)
master(SoundEvent sound, float volume, float pitch)
func_194007_a(SoundEvent arg0, float arg1, float arg2)
public static SimpleSoundInstance
a(aah arg0)
forMusic(SoundEvent arg0)
method_4759(class_3414 arg0)
music(SoundEvent sound)
func_184370_a(SoundEvent arg0)
public static SimpleSoundInstance
a(aah arg0, float arg1, float arg2, float arg3)
forRecord(SoundEvent arg0, float arg1, float arg2, float arg3)
method_4760(class_3414 arg0, float arg1, float arg2, float arg3)
record(SoundEvent sound, float x, float y, float z)
func_184372_a(SoundEvent arg0, float arg1, float arg2, float arg3)