Skip to content

Class ShowEntity

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

public record ShowEntity : IHoverEventAction, IEquatable<ShowEntity>

Inheritance

objectShowEntity

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

string

Id

public Uuid Id { get; init; }

Property Value

Uuid

Name

public Component? Name { get; init; }

Property Value

Component?

Type

public string? Type { get; init; }

Property Value

string?