Raw Command Context
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?)