Int

Tag with a signed integer, used to store values that don't usually fit in the short tag, like entity's ids. This tag can aslo be converted to its unsigned version (uint) with a simple cast to it. <a href="#IntArray">Int Array</a> is a tag with an array of signed integers.

alias Int = SimpleTag!(int, NBT_TYPE.INT)

Meta