Skip to content

Class NbtLongArray

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

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

Inheritance

objectNbtTagNbtLongArray

Implements

IEquatable<NbtTag>, IEquatable<NbtLongArray>

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

NbtLongArray(long[])

public NbtLongArray(long[] Data)

Parameters

Data long[]

Properties

Data

public long[] Data { get; init; }

Property Value

long[]

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 NbtLongArray(LongArrayTag)

public static implicit operator NbtLongArray(LongArrayTag tag)

Parameters

tag LongArrayTag

Returns

NbtLongArray

implicit operator LongArrayTag(NbtLongArray)

public static implicit operator LongArrayTag(NbtLongArray tag)

Parameters

tag NbtLongArray

Returns

LongArrayTag