Class PluginInfoNode
java.lang.Object
net.lucypoulton.squirtgun.command.node.AbstractNode<PermissionHolder>
net.lucypoulton.squirtgun.command.node.PluginInfoNode
- All Implemented Interfaces:
CommandNode<PermissionHolder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable net.kyori.adventure.text.Componentexecute(CommandContext context) Execute this node.Methods inherited from class net.lucypoulton.squirtgun.command.node.AbstractNode
getCondition, getDescription, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.lucypoulton.squirtgun.command.node.CommandNode
getArguments, next, withExtraCondition
-
Constructor Details
-
PluginInfoNode
-
-
Method Details
-
execute
Description copied from interface:CommandNodeExecute this node. This will only be executed if there are no further nodes in the chain.- Parameters:
context- the context that this command was executed in- Returns:
- a component to optionally
-