Package-level declarations

Types

Link copied to clipboard
object AnySender : SenderType<CommandSender>
Link copied to clipboard
class ArgumentPath<T : CommandContext>(val senderArgument: SenderType<*>, val arguments: List<Pair<String, CommandArgument<*>>>, val permission: List<Permission> = emptyList(), contextBuilder: (Map<String, Any?>) -> T, val ownExecutor: CommandContextExecutor<T>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class ParseResult<out T>
Link copied to clipboard
Link copied to clipboard
object PlayerSender : SenderType<Player>
Link copied to clipboard
abstract class SenderType<T : CommandSender>(val requiredType: KClass<T>)