All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.summitsystems.springbukkit.command.annotation.CommandConfigurer.kt Maven / Gradle / Ivy

The newest version!
package kr.summitsystems.springbukkit.command.annotation

import kr.summitsystems.springbukkit.command.CommandFeedbackSource
import kr.summitsystems.springbukkit.command.convert.CommandArgumentConverterAdapterRegistry
import kr.summitsystems.springbukkit.command.convert.CommandArgumentConverterRegistry

interface CommandConfigurer {
    fun addArgumentConverter(registry: CommandArgumentConverterRegistry) {}

    fun addCommandArgumentCompleterAdapter(registry: CommandArgumentConverterAdapterRegistry) {}

    fun getCommandFeedbackSource(): CommandFeedbackSource? { return null }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy