Files
KSpigot/docs/-k-spigot/net.axay.kspigot.utils/-registerable-command/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

2.4 KiB

title
title
RegisterableCommand -

//KSpigot/net.axay.kspigot.utils/RegisterableCommand

RegisterableCommand

[jvm] interface RegisterableCommand : CommandExecutor

Functions

Name Summary
equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


onCommand [jvm]
Content
abstract override fun onCommand(@NotNull()p0: CommandSender, @NotNull()p1: Command, @NotNull()p2: String, @NotNull()p3: Array<String>): Boolean


registerAs [jvm]
Brief description


Registers this executor for the given command and for the given instance of kSpigot.


Content
open fun registerAs(commandName: String): Boolean


toString [jvm]
Content
open override fun toString(): String