NBTByteArray

class NBTByteArray(value: ImmutableByteArray) : NBT, Iterable<Byte>

Constructors

NBTByteArray
Link copied to clipboard
fun NBTByteArray(vararg numbers: Byte)

Types

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

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