DefaultReactionEmojiImpl

class DefaultReactionEmojiImpl(val yde: YDE, val json: JsonNode) : DefaultReactionEmoji(source)

Constructors

Link copied to clipboard
constructor(yde: YDE, json: JsonNode)

Functions

Link copied to clipboard
open fun format(format: String): String

Formats the name of the entity

Link copied to clipboard
open override fun formatTo(formatter: Formatter?, flags: Int, width: Int, precision: Int)

Formats the object using the provided {@link Formatter formatter}.

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

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

Properties

Link copied to clipboard
open override val emojiId: GetterSnowFlake?

The id of the emoji.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override var name: String
Link copied to clipboard
open override val yde: YDE

The main YDE instance.