Package net.minecraft.client.audio
Class ChannelManager.Entry
- java.lang.Object
-
- net.minecraft.client.audio.ChannelManager.Entry
-
- Enclosing class:
- ChannelManager
public class ChannelManager.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SoundSource
channel
private boolean
stopped
-
Constructor Summary
Constructors Constructor Description Entry(SoundSource p_i232495_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.util.function.Consumer<SoundSource> p_217888_1_)
boolean
isStopped()
void
release()
-
-
-
Field Detail
-
channel
@Nullable private SoundSource channel
-
stopped
private boolean stopped
-
-
Constructor Detail
-
Entry
public Entry(SoundSource p_i232495_2_)
-
-
Method Detail
-
isStopped
public boolean isStopped()
-
execute
public void execute(java.util.function.Consumer<SoundSource> p_217888_1_)
-
release
public void release()
-
-