Uses of Class
net.minecraft.client.sound.WeightedSoundSet
Packages that use WeightedSoundSet
-
Uses of WeightedSoundSet in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type WeightedSoundSetModifier and TypeMethodDescriptionvoid
SubtitlesHud.onSoundPlayed
(SoundInstance sound, WeightedSoundSet soundSet, float range) -
Uses of WeightedSoundSet in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as WeightedSoundSetModifier and TypeFieldDescriptionstatic final WeightedSoundSet
SoundManager.INTENTIONALLY_EMPTY_SOUND_SET
Fields in net.minecraft.client.sound with type parameters of type WeightedSoundSetModifier and TypeFieldDescription(package private) final Map
<Identifier, WeightedSoundSet> SoundManager.SoundList.loadedSounds
private final Map
<Identifier, WeightedSoundSet> SoundManager.sounds
Methods in net.minecraft.client.sound that return WeightedSoundSetModifier and TypeMethodDescriptionSoundManager.get
(Identifier id) AbstractSoundInstance.getSoundSet
(SoundManager soundManager) SoundInstance.getSoundSet
(SoundManager soundManager) Methods in net.minecraft.client.sound with parameters of type WeightedSoundSetModifier and TypeMethodDescriptionvoid
SoundInstanceListener.onSoundPlayed
(SoundInstance sound, WeightedSoundSet soundSet, float range) Method parameters in net.minecraft.client.sound with type arguments of type WeightedSoundSetModifier and TypeMethodDescriptionvoid
SoundManager.SoundList.reload
(Map<Identifier, WeightedSoundSet> sounds, Map<Identifier, Resource> soundResources, SoundSystem system)