Class ShowEntity
Namespace: Void.Minecraft.Components.Text.Events.Actions.Hover
Assembly: Void.Minecraft.dll
public record ShowEntity : IHoverEventAction, IEquatable<ShowEntity>Inheritance
Implements
IHoverEventAction, IEquatable<ShowEntity>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
ShowEntity(Uuid, string?, Component?)
public ShowEntity(Uuid Id, string? Type = null, Component? Name = null)Parameters
Id Uuid
Type string?
Name Component?
Properties
ActionName
public string ActionName { get; }Property Value
Id
public Uuid Id { get; init; }Property Value
Name
public Component? Name { get; init; }Property Value
Type
public string? Type { get; init; }