Uses of Class
net.minecraft.client.sound.Source
| Package | Description |
|---|---|
| net.minecraft.client.sound |
-
Uses of Source in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as Source Modifier and Type Field Description private @Nullable SourceChannel.SourceManager. sourceFields in net.minecraft.client.sound with type parameters of type Source Modifier and Type Field Description private Set<Source>SoundEngine.SourceSetImpl. sourcesMethods in net.minecraft.client.sound that return Source Modifier and Type Method Description (package private) static @Nullable SourceSource. create()@Nullable SourceSoundEngine. createSource(SoundEngine.RunMode mode)@Nullable SourceSoundEngine.SourceSet. createSource()@Nullable SourceSoundEngine.SourceSetImpl. createSource()Methods in net.minecraft.client.sound with parameters of type Source Modifier and Type Method Description voidSoundEngine. release(Source source)booleanSoundEngine.SourceSet. release(Source source)booleanSoundEngine.SourceSetImpl. release(Source source)Method parameters in net.minecraft.client.sound with type arguments of type Source Modifier and Type Method Description voidChannel. execute(Consumer<Stream<Source>> consumer)voidChannel.SourceManager. run(Consumer<Source> action)Constructors in net.minecraft.client.sound with parameters of type Source Constructor Description SourceManager(Source source)