Uses of Class
net.minecraft.client.resources.sounds.SimpleSoundInstance
Packages that use SimpleSoundInstance
-
Uses of SimpleSoundInstance in net.minecraft.client.resources.sounds
Methods in net.minecraft.client.resources.sounds that return SimpleSoundInstanceModifier and TypeMethodDescriptionstatic SimpleSoundInstanceSimpleSoundInstance.forAmbientAddition(SoundEvent sound) static SimpleSoundInstanceSimpleSoundInstance.forAmbientMood(SoundEvent soundEvent, RandomSource random, double x, double y, double z) static SimpleSoundInstanceSimpleSoundInstance.forJukeboxSong(SoundEvent sound, Vec3 pos) static SimpleSoundInstanceSimpleSoundInstance.forLocalAmbience(SoundEvent sound, float volume, float pitch) static SimpleSoundInstanceSimpleSoundInstance.forMusic(SoundEvent sound) static SimpleSoundInstanceSimpleSoundInstance.forUI(Holder<SoundEvent> soundHolder, float pitch) static SimpleSoundInstanceSimpleSoundInstance.forUI(SoundEvent sound, float pitch) static SimpleSoundInstanceSimpleSoundInstance.forUI(SoundEvent sound, float pitch, float volume)