Class CmdModules
java.lang.Object
com.kamikazejam.kamicommon.command.KamiCommand
com.kamikazejam.kamicommon.subsystem.commands.CmdSubsystems
com.kamikazejam.kamicommon.subsystem.module.commands.CmdModules
- All Implemented Interfaces:
Active, PluginIdentifiableCommand
KamiCommand implementation that lists all modules in the provided
Construct an instance of this class and register it under your own
KamiPlugin (see constructor).Construct an instance of this class and register it under your own
KamiCommand class.-
Nested Class Summary
Nested classes/interfaces inherited from class KamiCommand
KamiCommand.Config -
Constructor Summary
ConstructorsConstructorDescriptionCmdModules(@NotNull KamiPlugin plugin, @Nullable String permission) CmdModules(@NotNull KamiPlugin plugin, @Nullable String permission, @NotNull String... aliases) -
Method Summary
Methods inherited from class CmdSubsystems
performMethods inherited from class KamiCommand
addAliases, addAliases, addChild, addChild, addChildAfter, addParameter, addParameter, addRequirements, addRequirements, applyConcatenating, argIsSet, argIsSet, execute, getActivePlugin, getAllInstances, getBukkitCommandPermission, getChain, getChild, getCommandLine, getConcatenationIndex, getCurrentCommandLine, getCurrentTemplateChainMini, getCurrentTemplateUsageMini, getDesc, getDescPermission, getFullTemplate, getHelpClickable, getHelpCommand, getHelpCommandLine, getPageParameterIndex, getParameter, getParameterCount, getParameterCountOptional, getParameterCountRequired, getParameterType, getParents, getPlugin, getRequirementsError, getRoot, getSuggestionClickable, getSuggestionCommandLine, getTabCompletions, getTabCompletionsArg, getTabCompletionsChild, getTemplateParameters, getVisibleChildren, hasChildren, hasParameterForIndex, hasParent, isActive, isChild, isFullChainMet, isLeaf, isParent, isRelevant, isRequirementsMet, isRoot, isVisibleTo, onUnmatchedArg, readArg, readArg, registerCommand, removeChild, removeParent, replaceChild, setActive, setActive, setActivePlugin, setAliases, setAliases, setBukkitCommandPermission, setConcatenating, setDesc, setHelpComments, setHelpComments, setOverflowSensitive, setParameter, setParent, setRequirements, setSwapping, setTokenizing, setUnsmart, unregisterCommand, validateActiveAndRoot
-
Constructor Details
-
CmdModules
-
CmdModules
public CmdModules(@NotNull @NotNull KamiPlugin plugin, @Nullable @Nullable String permission, @NotNull @NotNull String... aliases)
-