Uses of Class
net.minecraft.client.sound.Sound
Package | Description |
---|---|
net.minecraft.client.sound |
-
Uses of Sound in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Sound Modifier and Type Field Description static Sound
SoundManager. MISSING_SOUND
protected Sound
AbstractSoundInstance. sound
Fields in net.minecraft.client.sound with type parameters of type Sound Modifier and Type Field Description private List<Sound>
SoundSystem. preloadedSounds
private List<Sound>
SoundEntry. sounds
private List<SoundContainer<Sound>>
WeightedSoundSet. sounds
Methods in net.minecraft.client.sound that return Sound Modifier and Type Method Description private Sound
SoundEntryDeserializer. deserializeSound(JsonObject json)
Sound
AbstractSoundInstance. getSound()
Sound
Sound. getSound()
Sound
SoundInstance. getSound()
Sound
WeightedSoundSet. getSound()
Methods in net.minecraft.client.sound that return types with arguments of type Sound Modifier and Type Method Description private List<Sound>
SoundEntryDeserializer. deserializeSounds(JsonObject json)
List<Sound>
SoundEntry. getSounds()
Methods in net.minecraft.client.sound with parameters of type Sound Modifier and Type Method Description void
SoundSystem. addPreloadedSound(Sound sound)
private static boolean
SoundManager. isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)
Method parameters in net.minecraft.client.sound with type arguments of type Sound Modifier and Type Method Description void
WeightedSoundSet. add(SoundContainer<Sound> soundContainer)
CompletableFuture<?>
SoundLoader. loadStatic(Collection<Sound> sounds)
Constructor parameters in net.minecraft.client.sound with type arguments of type Sound Constructor Description SoundEntry(List<Sound> sounds, boolean replace, String subtitle)