Skip to content

Class SuggestionContext

Namespace: Void.Minecraft.Commands.Brigadier.Context
Assembly: Void.Minecraft.dll

public record SuggestionContext : IEquatable<SuggestionContext>

Inheritance

objectSuggestionContext

Implements

IEquatable<SuggestionContext>

Inherited Members

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

Constructors

SuggestionContext(CommandNode, int)

public SuggestionContext(CommandNode Parent, int Start)

Parameters

Parent CommandNode

Start int

Properties

Parent

public CommandNode Parent { get; init; }

Property Value

CommandNode

Start

public int Start { get; init; }

Property Value

int