Interface Completable
- All Superinterfaces:
NodeComponent
- All Known Implementing Classes:
Executable,Parameter
A node component which handles completion
for the node it's been assigned to.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcompleteSelf(Context context, Node from, SuggestionAccumulator suggestions) Should complete the current node string.Methods inherited from interface net.orbyfied.j8.command.NodeComponent
getNode
-
Method Details
-
completeSelf
Should complete the current node string.- Parameters:
context- The context.from- The node to complete.suggestions- The suggestion builder.
-