Uses of Class
studio.magemonkey.codex.commands.api.ISubCommand
Packages that use ISubCommand
Package
Description
-
Uses of ISubCommand in studio.magemonkey.codex.commands.api
Methods in studio.magemonkey.codex.commands.api that return types with arguments of type ISubCommandMethods in studio.magemonkey.codex.commands.api with parameters of type ISubCommandModifier and TypeMethodDescriptionvoidIGeneralCommand.addDefaultCommand(ISubCommand<P> cmd) voidIGeneralCommand.addSubCommand(ISubCommand<P> cmd) -
Uses of ISubCommand in studio.magemonkey.codex.commands.list
Subclasses of ISubCommand in studio.magemonkey.codex.commands.listModifier and TypeClassDescriptionclassAboutCommand<P extends CodexPlugin<P>>classEditorCommand<P extends CodexPlugin<P>>classHelpCommand<P extends CodexPlugin<P>>classReloadCommand<P extends CodexPlugin<P>> -
Uses of ISubCommand in studio.magemonkey.codex.mccore.scoreboard
Subclasses of ISubCommand in studio.magemonkey.codex.mccore.scoreboardModifier and TypeClassDescriptionclassCycleCommand<P extends CodexPlugin<P>>Makes a player's scoreboard start cyclingclassListCommand<P extends CodexPlugin<P>>Displays a list of all active scoreboards for a playerclassShowCommand<P extends CodexPlugin<P>>Shows a desired scoreboard for the playerclassStopCommand<P extends CodexPlugin<P>>Stops a player's scoreboard from cyclingclassToggleCommand<P extends CodexPlugin<P>>Toggles visibility of scoreboards