NBTLongArray

class NBTLongArray(value: ImmutableLongArray) : NBT, Iterable<Long>

Constructors

NBTLongArray
Link copied to clipboard
fun NBTLongArray(vararg numbers: Long)

Types

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

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 Long>)
get
Link copied to clipboard
operator fun get(index: Int): Long
hashCode
Link copied to clipboard
open override fun hashCode(): Int
iterator
Link copied to clipboard
open operator override fun iterator(): Iterator<Long>
spliterator
Link copied to clipboard
open fun spliterator(): Spliterator<Long>
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<NBTLongArray>
ID of this tag type
size
Link copied to clipboard
val size: Int
value
Link copied to clipboard
open override val value: ImmutableLongArray