Interface Suggester
- All Superinterfaces:
NodeComponent
A node component which handles completion
of the current or next node.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsuggest(Context ctx, SuggestionAccumulator builder, net.orbyfied.j8.util.StringReader reader) Should suggest possibilities for the following node.Methods inherited from interface net.orbyfied.j8.command.NodeComponent
getNode
-
Method Details
-
suggest
Should suggest possibilities for the following node.- Parameters:
ctx- The context.builder- The suggestions builder.reader- The string reader.
-