ComponentInteractionData

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard

The component type of this component.

Link copied to clipboard
abstract val customId: String

The custom id of this component.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard

Gets an array of select option values, if the component is a select menu of type ComponentType.SELECT_MENU.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.