Boolean

@Contract(pure = true)
fun Boolean(flag: Boolean): NBTByte

Convenience method to get an NBTByte equivalent to the byte value of the flag

Return

TRUE if flag is true, FALSE if flag is false

Parameters

flag

The flag check against