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 SoundSoundManager. MISSING_SOUNDprotected SoundAbstractSoundInstance. soundFields in net.minecraft.client.sound with type parameters of type Sound Modifier and Type Field Description private List<Sound>SoundSystem. preloadedSoundsprivate List<Sound>SoundEntry. soundsprivate List<SoundContainer<Sound>>WeightedSoundSet. soundsMethods in net.minecraft.client.sound that return Sound Modifier and Type Method Description private SoundSoundEntryDeserializer. deserializeSound(JsonObject json)SoundAbstractSoundInstance. getSound()SoundSound. getSound()SoundSoundInstance. getSound()SoundWeightedSoundSet. 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 voidSoundSystem. addPreloadedSound(Sound sound)private static booleanSoundManager. 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 voidWeightedSoundSet. 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)