emerald-extension / cn.berberman.emerald.dsl.command

Package cn.berberman.emerald.dsl.command

Types

DSLCommandBuilder class DSLCommandBuilder
A DSL structure to build commands.
DSLCommandScope class DSLCommandScope
A 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 :)