Package net.minecraft.client.sound
Class ChannelList
java.lang.Object
net.minecraft.client.sound.ChannelList
- All Implemented Interfaces:
- FloatConsumer,- Consumer<Float>,- DoubleConsumer
- Mappings:
- Namespace - Name - named - net/minecraft/client/sound/ChannelList- intermediary - net/minecraft/class_4229- official - hjl
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate ByteBufferprivate final List<ByteBuffer> private intprivate final int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
buffers- Mappings:
- Namespace - Name - Mixin selector - named - buffers- Lnet/minecraft/client/sound/ChannelList;buffers:Ljava/util/List;- intermediary - field_18911- Lnet/minecraft/class_4229;field_18911:Ljava/util/List;- official - a- Lhjl;a:Ljava/util/List;
 
- 
sizeprivate final int size- Mappings:
- Namespace - Name - Mixin selector - named - size- Lnet/minecraft/client/sound/ChannelList;size:I- intermediary - field_18912- Lnet/minecraft/class_4229;field_18912:I- official - b- Lhjl;b:I
 
- 
currentBufferSizeprivate int currentBufferSize- Mappings:
- Namespace - Name - Mixin selector - named - currentBufferSize- Lnet/minecraft/client/sound/ChannelList;currentBufferSize:I- intermediary - field_18913- Lnet/minecraft/class_4229;field_18913:I- official - c- Lhjl;c:I
 
- 
buffer- Mappings:
- Namespace - Name - Mixin selector - named - buffer- Lnet/minecraft/client/sound/ChannelList;buffer:Ljava/nio/ByteBuffer;- intermediary - field_18914- Lnet/minecraft/class_4229;field_18914:Ljava/nio/ByteBuffer;- official - d- Lhjl;d:Ljava/nio/ByteBuffer;
 
 
- 
- 
Constructor Details- 
ChannelListpublic ChannelList(int size) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/sound/ChannelList;<init>(I)V- intermediary - <init>- Lnet/minecraft/class_4229;<init>(I)V- official - <init>- Lhjl;<init>(I)V
 
 
- 
- 
Method Details- 
acceptpublic void accept(float value) - Specified by:
- acceptin interface- FloatConsumer
- Mappings:
- Namespace - Name - Mixin selector - named - accept- Lnet/minecraft/client/sound/ChannelList;accept(F)V- intermediary - accept- Lnet/minecraft/class_4229;accept(F)V- official - accept- Lhjl;accept(F)V
 
- 
getBuffer- Mappings:
- Namespace - Name - Mixin selector - named - getBuffer- Lnet/minecraft/client/sound/ChannelList;getBuffer()Ljava/nio/ByteBuffer;- intermediary - method_19679- Lnet/minecraft/class_4229;method_19679()Ljava/nio/ByteBuffer;- official - a- Lhjl;a()Ljava/nio/ByteBuffer;
 
- 
getCurrentBufferSizepublic int getCurrentBufferSize()- Mappings:
- Namespace - Name - Mixin selector - named - getCurrentBufferSize- Lnet/minecraft/client/sound/ChannelList;getCurrentBufferSize()I- intermediary - method_59756- Lnet/minecraft/class_4229;method_59756()I- official - b- Lhjl;b()I
 
 
-