Uses of Class
studio.magemonkey.codex.commands.api.IGeneralCommand
Packages that use IGeneralCommand
Package
Description
-
Uses of IGeneralCommand in studio.magemonkey.codex
Methods in studio.magemonkey.codex with parameters of type IGeneralCommandModifier and TypeMethodDescriptionvoidCodexEngine.registerCommands(IGeneralCommand<CodexEngine> mainCommand) abstract voidCodexPlugin.registerCommands(IGeneralCommand<P> mainCommand) -
Uses of IGeneralCommand in studio.magemonkey.codex.commands
Subclasses of IGeneralCommand in studio.magemonkey.codex.commandsMethods in studio.magemonkey.codex.commands that return types with arguments of type IGeneralCommandMethods in studio.magemonkey.codex.commands with parameters of type IGeneralCommandModifier and TypeMethodDescriptionstatic voidCommandRegister.register(org.bukkit.plugin.Plugin plugin, IGeneralCommand<?> command) voidCommandManager.registerCommand(IGeneralCommand<P> cmd) voidCommandManager.unregisterCommand(IGeneralCommand<P> cmd) -
Uses of IGeneralCommand in studio.magemonkey.codex.commands.api
Fields in studio.magemonkey.codex.commands.api declared as IGeneralCommandMethods in studio.magemonkey.codex.commands.api that return IGeneralCommandMethods in studio.magemonkey.codex.commands.api with parameters of type IGeneralCommand -
Uses of IGeneralCommand in studio.magemonkey.codex.commands.list
Subclasses of IGeneralCommand in studio.magemonkey.codex.commands.list -
Uses of IGeneralCommand in studio.magemonkey.codex.mccore.chat
Subclasses of IGeneralCommand in studio.magemonkey.codex.mccore.chatModifier and TypeClassDescriptionclassChatCommander<P extends CodexPlugin<P>>Controls commands for the chat API -
Uses of IGeneralCommand in studio.magemonkey.codex.mccore.scoreboard
Subclasses of IGeneralCommand in studio.magemonkey.codex.mccore.scoreboardModifier and TypeClassDescriptionclassScoreboardCommander<P extends CodexPlugin<P>>Handles commands for scoreboards -
Uses of IGeneralCommand in studio.magemonkey.codex.modules
Subclasses of IGeneralCommand in studio.magemonkey.codex.modules