net.minecraft.client.sound

public class PositionedSoundInstance

extends AbstractSoundInstance

All mapped superinterfaces:

SoundInstance

dwx
net.minecraft.class_1109
net.minecraft.client.sound.PositionedSoundInstance
net.minecraft.client.sound.instance.SimpleSoundInstance
net.minecraft.client.audio.SimpleSound
net.minecraft.client.audio.SimpleSound

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$AttenuationType attenuation, float x, float y, float z)
public (Identifier arg0, SoundCategory arg1, float arg2, float arg3, boolean arg4, int arg5, SoundInstance$AttenuationType arg6, float arg7, float arg8, float arg9, boolean arg10)

Method summary

Modifier and TypeMethod
public static PositionedSoundInstance
a(ym arg0, float arg1)
method_4758(class_3414 arg0, float arg1)
master(SoundEvent arg0, float arg1)
of(SoundEvent sound, float volume)
func_184371_a(SoundEvent arg0, float arg1)
master(SoundEvent soundIn, float pitchIn)
public static PositionedSoundInstance
a(ym arg0, float arg1, float arg2)
method_4757(class_3414 arg0, float arg1, float arg2)
master(SoundEvent arg0, float arg1, float arg2)
of(SoundEvent sound, float volume, float pitch)
func_194007_a(SoundEvent arg0, float arg1, float arg2)
master(SoundEvent soundIn, float pitchIn, float volumeIn)
public static PositionedSoundInstance
a(ym arg0)
method_4759(class_3414 arg0)
music(SoundEvent arg0)
of(SoundEvent sound)
func_184370_a(SoundEvent arg0)
music(SoundEvent soundIn)
public static PositionedSoundInstance
a(ym arg0, float arg1, float arg2, float arg3)
method_4760(class_3414 arg0, float arg1, float arg2, float arg3)
record(SoundEvent arg0, float arg1, float arg2, float arg3)
of(SoundEvent sound, float x, float y, float z)
func_184372_a(SoundEvent arg0, float arg1, float arg2, float arg3)
record(SoundEvent soundIn, float xIn, float yIn, float zIn)