emerald-extension / cn.berberman.emerald.dsl.command
Package cn.berberman.emerald.dsl.command
Types
| DSLCommandBuilder | class DSLCommandBuilderA DSL structure to build commands. |
| DSLCommandScope | class DSLCommandScopeA DSL structure to build command builder. |
Type Aliases
| Action | typealias Action = (CommandSender, String, Array<out String>) -> Boolean(CommandSender, String, Array) -> Boolean is too long, use typealias to replace :) |