Class SoundBufferLibrary.DebugOutput.Counter
java.lang.Object
net.minecraft.client.sounds.SoundBufferLibrary.DebugOutput.Counter
- All Implemented Interfaces:
SoundBufferLibrary.DebugOutput
- Enclosing interface:
SoundBufferLibrary.DebugOutput
public static class SoundBufferLibrary.DebugOutput.Counter
extends Object
implements SoundBufferLibrary.DebugOutput
-
Nested Class Summary
Nested classes/interfaces inherited from interface SoundBufferLibrary.DebugOutput
SoundBufferLibrary.DebugOutput.Counter -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccountBuffer(Identifier id, int size, AudioFormat format) intlong
-
Field Details
-
totalCount
private int totalCount -
totalSize
private long totalSize
-
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
accountBuffer
- Specified by:
accountBufferin interfaceSoundBufferLibrary.DebugOutput
-
totalCount
public int totalCount() -
totalSize
public long totalSize()
-