Short

@Contract(pure = true)
fun Short(value: Short): NBTShort

Creates an NBTShort with the value of value

Return

An NBTShort containing passed value

Parameters

value

The value to pass to NBTShort

@Contract(pure = true)
fun Short(value: Int): NBTShort