NbtInt

@Serializable(with = NbtIntSerializer::class)
value class NbtInt(val value: Int) : NbtTag

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard

Convenience method to get this element as an NbtByte

Link copied to clipboard

Convenience method to get this element as an NbtByteArray

Link copied to clipboard

Convenience method to get this element as an NbtCompound

Link copied to clipboard

Convenience method to get this element as an NbtDouble

Link copied to clipboard

Convenience method to get this element as an NbtFloat

Link copied to clipboard

Convenience method to get this element as an NbtInt

Link copied to clipboard

Convenience method to get this element as an NbtIntArray

Link copied to clipboard

Convenience method to get this element as an NbtList

Link copied to clipboard

Convenience method to get this element as an NbtLong

Link copied to clipboard

Convenience method to get this element as an NbtLongArray

Link copied to clipboard

Convenience method to get this element as an NbtShort

Link copied to clipboard

Convenience method to get this element as an NbtString

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String