Uses of Class
net.minecraft.client.audio.SimpleSound
-
Packages that use SimpleSound Package Description net.minecraft.client.audio -
-
Uses of SimpleSound in net.minecraft.client.audio
Methods in net.minecraft.client.audio that return SimpleSound Modifier and Type Method Description static SimpleSound
SimpleSound. forAmbientAddition(SoundEvent p_239530_0_)
static SimpleSound
SimpleSound. forAmbientMood(SoundEvent p_239531_0_, double p_239531_1_, double p_239531_3_, double p_239531_5_)
static SimpleSound
SimpleSound. forLocalAmbience(SoundEvent p_239532_0_, float p_239532_1_, float p_239532_2_)
static SimpleSound
SimpleSound. forMusic(SoundEvent p_184370_0_)
static SimpleSound
SimpleSound. forRecord(SoundEvent p_184372_0_, double p_184372_1_, double p_184372_3_, double p_184372_5_)
static SimpleSound
SimpleSound. forUI(SoundEvent p_184371_0_, float p_184371_1_)
static SimpleSound
SimpleSound. forUI(SoundEvent p_194007_0_, float p_194007_1_, float p_194007_2_)
-