Class NbtEnd
Namespace: Void.Minecraft.Nbt.Tags
Assembly: Void.Minecraft.dll
public record NbtEnd : NbtTag, IEquatable<NbtTag>, IEquatable<NbtEnd>Inheritance
Implements
IEquatable<NbtTag>, IEquatable<NbtEnd>
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()
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
A string that represents the current object.
Operators
implicit operator NbtEnd(EndTag)
public static implicit operator NbtEnd(EndTag _)Parameters
_ EndTag
Returns
implicit operator EndTag(NbtEnd)
public static implicit operator EndTag(NbtEnd _)Parameters
_ NbtEnd