yarn/mappings/net/minecraft/nbt/NbtTagSizeTracker.mapping

11 lines
419 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2505 net/minecraft/nbt/NbtTagSizeTracker
COMMENT Tracks the size of NBT elements. Throws {@link RuntimeException} if the
COMMENT tracked element becomes larger than {@link #maxBytes} during addition.
FIELD field_11555 allocatedBytes J
FIELD field_11557 maxBytes J
2023-09-12 09:17:57 -04:00
METHOD <init> (JI)V
ARG 1 maxBytes
2022-12-01 18:39:10 -05:00
METHOD method_47987 getAllocatedBytes ()J
METHOD method_48004 add (J)V
ARG 1 bytes