CommandMessageArg

data class CommandMessageArg(val message: PlayerChatMessage, val source: CommandSourceStack, val params: ChatType.Bound)

Constructors

Link copied to clipboard
constructor(message: PlayerChatMessage, source: CommandSourceStack, params: ChatType.Bound)

Properties

Link copied to clipboard
val message: PlayerChatMessage
Link copied to clipboard
val params: ChatType.Bound
Link copied to clipboard
val source: CommandSourceStack