Skip to content

Class NbtIntArray

Namespace: Void.Minecraft.Nbt.Tags
Assembly: Void.Minecraft.dll

public record NbtIntArray : NbtTag, IEquatable<NbtTag>, IEquatable<NbtIntArray>

Inheritance

objectNbtTagNbtIntArray

Implements

IEquatable<NbtTag>, IEquatable<NbtIntArray>

Inherited Members

NbtTag.Name, NbtTag.Type, NbtTag.AsStream(NbtFormatOptions, bool), NbtTag.AsJsonNode(), NbtTag.ToString(), NbtTag.ToSnbt(), NbtTag.Parse(string), NbtTag.Parse(ReadOnlyMemory<byte>, out NbtTag, bool, NbtFormatOptions), NbtTag.Parse<T>(ReadOnlyMemory<byte>, out T, bool, NbtFormatOptions), NbtTag.ReadFrom<TBuffer>(ref TBuffer, bool), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

NbtIntArray(int[])

public NbtIntArray(int[] Data)

Parameters

Data int[]

Properties

Data

public int[] Data { get; init; }

Property Value

int[]

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator NbtIntArray(IntArrayTag)

public static implicit operator NbtIntArray(IntArrayTag tag)

Parameters

tag IntArrayTag

Returns

NbtIntArray

implicit operator IntArrayTag(NbtIntArray)

public static implicit operator IntArrayTag(NbtIntArray tag)

Parameters

tag NbtIntArray

Returns

IntArrayTag