net.minecraft.client.sound.instance

public class SimpleSoundInstance

extends AbstractSoundInstance

All mapped superinterfaces:

SoundInstance

bzc
net.minecraft.class_1895
net.minecraft.client.sound.instance.SimpleSoundInstance
net.minecraft.client.audio.PositionedSoundRecord

Constructor summary

ModifierConstructor
public (SoundEvent sound, SoundCategory category, float volume, float pitch, BlockPos pos)
public (SoundEvent sound, SoundCategory category, float volume, float pitch, float x, float y, float z)
private (SoundEvent sound, SoundCategory category, float volume, float pitch, boolean looping, int period, SoundInstance$Attenuation attenuation, float x, float y, float z)
public (Identifier id, SoundCategory category, float pitch, float volume, boolean looping, int period, SoundInstance$Attenuation attenuation, float x, float y, float z)

Method summary

Modifier and TypeMethod
public static SimpleSoundInstance
a(ni arg0, float arg1)
method_12521(class_2926 arg0, float arg1)
of(SoundEvent sound, float volume)
getMasterRecord(SoundEvent soundIn, float pitchIn)
public static SimpleSoundInstance
a(ni arg0)
method_12520(class_2926 arg0)
of(SoundEvent sound)
getMusicRecord(SoundEvent soundIn)
public static SimpleSoundInstance
a(ni arg0, float arg1, float arg2, float arg3)
method_7053(class_2926 arg0, float arg1, float arg2, float arg3)
of(SoundEvent sound, float x, float y, float z)
getRecordSoundRecord(SoundEvent soundIn, float xIn, float yIn, float zIn)