Uses of Class
net.minecraft.client.sound.Sound
-
Uses of Sound in net.minecraft.client.sound
Modifier and TypeFieldDescriptionstatic final Sound
SoundManager.INTENTIONALLY_EMPTY_SOUND
static final Sound
SoundManager.MISSING_SOUND
protected Sound
AbstractSoundInstance.sound
Modifier and TypeFieldDescriptionSoundSystem.preloadedSounds
SoundEntry.sounds
private final List<SoundContainer<Sound>>
WeightedSoundSet.sounds
Modifier and TypeMethodDescriptionprivate Sound
SoundEntryDeserializer.deserializeSound
(JsonObject json) AbstractSoundInstance.getSound()
SoundInstance.getSound()
Modifier and TypeMethodDescriptionSoundEntryDeserializer.deserializeSounds
(JsonObject json) SoundEntry.getSounds()
Modifier and TypeMethodDescriptionvoid
SoundSystem.addPreloadedSound
(Sound sound) (package private) static boolean
SoundManager.isSoundResourcePresent
(Sound sound, Identifier id, ResourceFactory resourceFactory) Modifier and TypeMethodDescriptionvoid
WeightedSoundSet.add
(SoundContainer<Sound> container) SoundLoader.loadStatic
(Collection<Sound> sounds) ModifierConstructorDescriptionSoundEntry
(List<Sound> sounds, boolean replace, @Nullable String subtitle)