Skip to content

Class TagBuilder.Context

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

Represents the context of a single “level” of depth into a AST.

public class TagBuilder.Context : IDisposable

Inheritance

objectTagBuilder.Context

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Remarks

Implements to that each node can used with using statements for easily distinguishable scope.

Properties

Tag

Gets the top-level tag for this context.

public ICollection<Tag> Tag { get; }

Property Value

ICollection<Tag>

Methods

Dispose()

Closes this context.

public void Dispose()