java.lang.Object
net.minestom.server.command.builder.suggestion.Suggestion

public class Suggestion extends Object
  • Constructor Details

    • Suggestion

      public Suggestion(@NotNull @NotNull String input, int start, int length)
  • Method Details

    • getInput

      @NotNull public @NotNull String getInput()
    • getStart

      public int getStart()
    • setStart

      public void setStart(int start)
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getEntries

      @NotNull public @NotNull List<SuggestionEntry> getEntries()
    • addEntry

      public void addEntry(@NotNull @NotNull SuggestionEntry entry)