public class SimpleSoundInstance
extends AbstractSoundInstance
All mapped superinterfaces:
| bzc | |
| net.minecraft.class_1895 | |
| net.minecraft.client.sound.instance.SimpleSoundInstance | |
| net.minecraft.client.audio.PositionedSoundRecord |
Constructor summary
| Modifier | Constructor |
|---|---|
| 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 Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public static SimpleSoundInstance |
| ||||||||
| public static SimpleSoundInstance |
| ||||||||
| public static SimpleSoundInstance |
|