Class ShowText
Namespace: Void.Minecraft.Components.Text.Events.Actions.Hover
Assembly: Void.Minecraft.dll
public record ShowText : IHoverEventAction, IEquatable<ShowText>Inheritance
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
Value
public Component Value { get; init; }