NBTIntArray

class NBTIntArray(value: ImmutableIntArray) : NBT, Iterable<Int>

Constructors

NBTIntArray
Link copied to clipboard
fun NBTIntArray(vararg numbers: Int)

Types

Companion
Link copied to clipboard
object Companion : NBTReaderCompanion<NBTIntArray>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
forEach
Link copied to clipboard
open fun forEach(p0: Consumer<in Int>)
get
Link copied to clipboard
operator fun get(index: Int): Int
hashCode
Link copied to clipboard
open override fun hashCode(): Int
iterator
Link copied to clipboard
open operator override fun iterator(): Iterator<Int>
spliterator
Link copied to clipboard
open fun spliterator(): Spliterator<Int>
toByteArray
Link copied to clipboard
open fun toByteArray(): ByteArray
toSNBT
Link copied to clipboard
open override fun toSNBT(): String
Produces the stringified version of this NBT (or SNBT version).
toString
Link copied to clipboard
open override fun toString(): String
Produces a human-readable version of this tag.
writeContents
Link copied to clipboard
open override fun writeContents(destination: DataOutputStream)
Writes the contents of the tag to the given destination.

Properties

ID
Link copied to clipboard
open override val ID: NBTType<NBTIntArray>
ID of this tag type
size
Link copied to clipboard
val size: Int
value
Link copied to clipboard
open override val value: ImmutableIntArray