Package net.minecraft.client.sounds
Class ChunkedSampleByteBuf
java.lang.Object
net.minecraft.client.sounds.ChunkedSampleByteBuf
- All Implemented Interfaces:
it.unimi.dsi.fastutil.floats.FloatConsumer
,Consumer<Float>
,DoubleConsumer
public class ChunkedSampleByteBuf
extends Object
implements it.unimi.dsi.fastutil.floats.FloatConsumer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List
<ByteBuffer> private final int
private int
private ByteBuffer
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatConsumer
accept, accept, andThen, andThen, andThen
-
Field Details
-
buffers
-
bufferSize
private final int bufferSize -
byteCount
private int byteCount -
currentBuffer
-
-
Constructor Details
-
ChunkedSampleByteBuf
public ChunkedSampleByteBuf(int p_330452_)
-
-
Method Details
-
accept
public void accept(float p_332948_) - Specified by:
accept
in interfaceit.unimi.dsi.fastutil.floats.FloatConsumer
-
get
-
size
public int size()
-