Skip to content

Class ShowText

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

public record ShowText : IHoverEventAction, IEquatable<ShowText>

Inheritance

objectShowText

Implements

IHoverEventAction, IEquatable<ShowText>

Inherited Members

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

Constructors

ShowText(Component)

public ShowText(Component Value)

Parameters

Value Component

Properties

ActionName

public string ActionName { get; }

Property Value

string

Value

public Component Value { get; init; }

Property Value

Component