Creates a NbtShort with given parent.
NbtShort({required String name, required int value}) : _value = value, super(name, NbtTagType.TAG_SHORT);