Skip to content

Class NbtContent

Namespace: Void.Minecraft.Components.Text.Properties.Content
Assembly: Void.Minecraft.dll

public record NbtContent : IContent, IEquatable<NbtContent>

Inheritance

objectNbtContent

Implements

IContent, IEquatable<NbtContent>

Inherited Members

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

Constructors

NbtContent(string, string?, bool?, Component?, string?, string?, string?)

public NbtContent(string Path, string? Source = null, bool? Interpret = null, Component? Separator = null, string? Block = null, string? Entity = null, string? Storage = null)

Parameters

Path string

Source string?

Interpret bool?

Separator Component?

Block string?

Entity string?

Storage string?

Properties

Block

public string? Block { get; init; }

Property Value

string?

Entity

public string? Entity { get; init; }

Property Value

string?

Interpret

public bool? Interpret { get; init; }

Property Value

bool?

Path

public string Path { get; init; }

Property Value

string

Separator

public Component? Separator { get; init; }

Property Value

Component?

Source

public string? Source { get; init; }

Property Value

string?

Storage

public string? Storage { get; init; }

Property Value

string?

Type

public string Type { get; }

Property Value

string