Short

Tag with a signed short, used when the 255 bytes (or 127 if only the positive part is counted) is not enough. This tag can also be converted to its unsigned version doing a simple cast to ushort.

alias Short = SimpleTag!(short, NBT_TYPE.SHORT)

Meta