Interface Suggester

All Superinterfaces:
NodeComponent

public interface Suggester extends NodeComponent
A node component which handles completion of the current or next node.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    suggest(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

      void suggest(Context ctx, SuggestionAccumulator builder, net.orbyfied.j8.util.StringReader reader)
      Should suggest possibilities for the following node.
      Parameters:
      ctx - The context.
      builder - The suggestions builder.
      reader - The string reader.