Uses of Class
top.magstar.framework.commands.CommandNode
Packages that use CommandNode
-
Uses of CommandNode in top.magstar.framework.commands
Methods in top.magstar.framework.commands that return CommandNodeMethods in top.magstar.framework.commands that return types with arguments of type CommandNodeModifier and TypeMethodDescriptionCommandNode.getAncestors()获取所有祖先节点CommandNode.getChildren()CommandNode.getDescendants()获取所有后代节点Methods in top.magstar.framework.commands with parameters of type CommandNodeModifier and TypeMethodDescriptionvoidCommandNode.addChild(CommandNode child) 添加子节点voidCommandNode.removeChild(CommandNode child) 移除子节点Constructors in top.magstar.framework.commands with parameters of type CommandNodeModifierConstructorDescriptionEnhancedCommandWrapper(MagstarPlugin plugin, CommandNode rootNode, Method tabCompleteMethod)