ConsoleCommands / org.lazywizard.console / CommandStore / StoredCommand / getCommandClass

getCommandClass

fun getCommandClass(): Class<out BaseCommand>

Returns the class object for this command's implementation.

Return
The Class of the BaseCommand implementation that will be instantiated when this command is run.

Since
2.0