Package-level declarations
Types
Link copied to clipboard
data class RawCommandContext(val sender: CommandSender, val command: BasicsCommand, val label: String, val args: MutableList<String>, val location: Location?)
Link copied to clipboard
interface RawTabCompleter