Uses of Class
com.mojang.blaze3d.audio.Channel
Packages that use Channel
Package
Description
Client-only events relating to sounds.
-
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 ChannelModifier and TypeMethodDescriptionSoundEvent.SoundSourceEvent.getChannel()
Returns the audio channel on which the sound is playing on.Constructors in net.minecraftforge.client.event.sound with parameters of type ChannelModifierConstructorDescriptionPlaySoundSourceEvent
(SoundEngine engine, SoundInstance sound, Channel channel) PlayStreamingSourceEvent
(SoundEngine engine, SoundInstance sound, Channel channel) protected
SoundSourceEvent
(SoundEngine engine, SoundInstance sound, Channel channel)