public class NBTSizeTracker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static NBTSizeTracker |
INFINITE |
private long |
max |
private long |
read |
| Constructor and Description |
|---|
NBTSizeTracker(long max) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(long bits)
Tracks the reading of the given amount of bits(!)
|
public static final NBTSizeTracker INFINITE
private final long max
private long read