Uses of Interface
me.ulrich.koth.interfaces.KothCommand
Packages that use KothCommand
Package
Description
-
Uses of KothCommand in me.ulrich.koth.api
Methods in me.ulrich.koth.api with parameters of type KothCommandModifier and TypeMethodDescriptionvoidCommandAPIManager.registerAdmCommand(String alias, KothCommand command) voidCommandAPIManager.registerCommand(String alias, KothCommand command) -
Uses of KothCommand in me.ulrich.koth.commands.admin
Classes in me.ulrich.koth.commands.admin that implement KothCommandModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of KothCommand in me.ulrich.koth.commands.player
Classes in me.ulrich.koth.commands.player that implement KothCommandModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of KothCommand in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces with parameters of type KothCommandModifier and TypeMethodDescriptionvoidCommandAPI.registerAdmCommand(String alias, KothCommand command) voidCommandAPI.registerCommand(String alias, KothCommand command) -
Uses of KothCommand in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothCommandModifier and TypeMethodDescriptionvoidCommandManager.registerAdmCommand(String alias, KothCommand command) voidCommandManager.registerCommand(String alias, KothCommand command) -
Uses of KothCommand in me.ulrich.koth.manager.service
Methods in me.ulrich.koth.manager.service that return types with arguments of type KothCommandMethods in me.ulrich.koth.manager.service with parameters of type KothCommandModifier and TypeMethodDescriptionvoidCommandHandler.registerCommand(String label, KothCommand command)