RawCommandContext

data class RawCommandContext(val sender: CommandSender, val command: BasicsCommand, val label: String, val args: MutableList<String>, val location: Location?)

Constructors

Link copied to clipboard
constructor(sender: CommandSender, command: BasicsCommand, label: String, args: MutableList<String>, location: Location?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val location: Location?
Link copied to clipboard
val sender: CommandSender

Functions

Link copied to clipboard
fun popFlag(flag: String): Boolean
Link copied to clipboard