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

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

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

class CommandArgument(
    val value: String,
    val context: CommandContext
) {
    /**
     * for FailureAnalyzer
     */
    override fun toString(): String {
        return value
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy