Skip to content

Class ChangePage

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

public record ChangePage : IClickEventAction, IEquatable<ChangePage>

Inheritance

objectChangePage

Implements

IClickEventAction, IEquatable<ChangePage>

Inherited Members

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

Constructors

ChangePage(int)

public ChangePage(int Page)

Parameters

Page int

Properties

ActionName

public string ActionName { get; }

Property Value

string

Page

public int Page { get; init; }

Property Value

int