Byte

@Contract(pure = true)
fun Byte(value: Byte): NBTByte

Creates an NBTByte with the value of value

Return

An NBTByte containing passed value

Parameters

value

The value to pass to NBTByte

@Contract(pure = true)
fun Byte(value: Int): NBTByte