| public static NbtSizeTracker |
| create(long quota) |
| method_53899(long arg0) |
| of(long maxBytes) |
|
| public static NbtSizeTracker |
| defaultQuota() |
| method_76768() |
| forPacket() |
|
| public static NbtSizeTracker |
| uncompressedQuota() |
| method_76769() |
| forLevel() |
|
| public static NbtSizeTracker |
| unlimitedHeap() |
| method_53898() |
| ofUnlimitedBytes() |
|
| public void |
| accountBytes(long bytesPerEntry, long count) |
| method_53908(long arg0, long arg1) |
| add(long multiplier, long bytes) |
|
| public void |
| accountBytes(long size) |
| method_48004(long arg0) |
| add(long bytes) |
|
| public void |
| pushDepth() |
| method_53900() |
| pushStack() |
|
| public void |
| popDepth() |
| method_53901() |
| popStack() |
|
| public long |
| getUsage() |
| method_47987() |
| getAllocatedBytes() |
|
| public int |
| getDepth() |
| method_53902() |
| getDepth() |
|