ReplyTarget

sealed interface ReplyTarget(source)

A reply destination for the /reply command.

Generalized to support both same-server players (Local) and players on another server behind the Velocity proxy (Remote).

Inheritors

Types

Link copied to clipboard
data class Local(val uuid: UUID) : ReplyTarget
Link copied to clipboard
data class Remote(val playerName: String, val serverName: String) : ReplyTarget