Uses of Class
com.mojang.blaze3d.audio.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in com.mojang.blaze3d.audio
Fields in com.mojang.blaze3d.audio with type parameters of type ChannelMethods in com.mojang.blaze3d.audio that return ChannelModifier and TypeMethodDescriptionLibrary.ChannelPool.acquire()
Library.CountingChannelPool.acquire()
Library.acquireChannel(Library.Pool p_83698_)
(package private) static Channel
Channel.create()
Methods in com.mojang.blaze3d.audio with parameters of type Channel -
Uses of Channel in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as ChannelMethod parameters in net.minecraft.client.sounds with type arguments of type ChannelModifier and TypeMethodDescriptionvoid
void
ChannelAccess.executeOnChannels(Consumer<Stream<Channel>> p_120138_)
Constructors in net.minecraft.client.sounds with parameters of type Channel -
Uses of Channel in net.minecraftforge.client.event.sound
Fields in net.minecraftforge.client.event.sound declared as ChannelMethods in net.minecraftforge.client.event.sound that return ChannelConstructors in net.minecraftforge.client.event.sound with parameters of type ChannelModifierConstructorDescriptionPlaySoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)
PlayStreamingSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)
SoundSourceEvent(SoundEngine manager, SoundInstance sound, Channel source)