Class NbtContent
Namespace: Void.Minecraft.Components.Text.Properties.Content
Assembly: Void.Minecraft.dll
public record NbtContent : IContent, IEquatable<NbtContent>Inheritance
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
Entity
public string? Entity { get; init; }Property Value
Interpret
public bool? Interpret { get; init; }Property Value
bool?
Path
public string Path { get; init; }Property Value
Separator
public Component? Separator { get; init; }Property Value
Source
public string? Source { get; init; }Property Value
Storage
public string? Storage { get; init; }Property Value
Type
public string Type { get; }