Class SuggestionEntry

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

public class SuggestionEntry extends Object
  • Constructor Details

    • SuggestionEntry

      public SuggestionEntry(@NotNull @NotNull String entry, @Nullable @Nullable Component tooltip)
    • SuggestionEntry

      public SuggestionEntry(@NotNull @NotNull String entry)
  • Method Details

    • getEntry

      @NotNull public @NotNull String getEntry()
    • getTooltip

      @Nullable public @Nullable Component getTooltip()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object