Package xyz. theprogramsrc. commandsmodule. bungee
Types
Link copied to clipboard
Representation of a command
Link copied to clipboard
Represents a command executor
Link copied to clipboard
data class SubCommand(name: String, arguments: List<String>, tabCompletions: (CommandSender) -> Map<String, Collection<String>>, executor: (CommandExecutor) -> Unit)
Content copied to clipboard
Representation of a SubCommand