Skip to content

Class RunCommand

Namespace: Void.Minecraft.Components.Text.Events.Actions.Click
Assembly: Void.Minecraft.dll

public record RunCommand : IClickEventAction, IEquatable<RunCommand>

Inheritance

objectRunCommand

Implements

IClickEventAction, IEquatable<RunCommand>

Inherited Members

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

Constructors

RunCommand(string)

public RunCommand(string Command)

Parameters

Command string

Properties

ActionName

public string ActionName { get; }

Property Value

string

Command

public string Command { get; init; }

Property Value

string