Class KamiCommandHelp
java.lang.Object
com.kamikazejam.kamicommon.command.KamiCommand
com.kamikazejam.kamicommon.command.KamiCommandHelp
- All Implemented Interfaces:
Active,PluginIdentifiableCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBasic configuration for the help command. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KamiCommandHelpget()booleanisVisibleTo(CommandSender sender) voidperform(@NotNull CommandContext context) Methods inherited from class com.kamikazejam.kamicommon.command.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, 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
-
Field Details
-
i
-
-
Constructor Details
-
KamiCommandHelp
public KamiCommandHelp()
-
-
Method Details
-
get
-
perform
- Overrides:
performin classKamiCommand- Throws:
KamiCommonException
-
isVisibleTo
- Overrides:
isVisibleToin classKamiCommand
-