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

kr.summitsystems.springbukkit.command.CommandFeedbackSource.kt Maven / Gradle / Ivy

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

import java.util.Locale

interface CommandFeedbackSource {
    fun getUsageMessage(registrableCommandMapping: RegistrableCommandMapping, locale: Locale): String

    fun getPermissionDeniedMessage(registrableCommandMapping: RegistrableCommandMapping, locale: Locale): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy