Class TabComplete

java.lang.Object
me.wyne.wutils.commands.TabComplete

public final class TabComplete extends Object
  • Constructor Details

    • TabComplete

      public TabComplete()
  • Method Details

    • collectionTabComplete

      @NotNull public static @NotNull Set<String> collectionTabComplete(@NotNull @NotNull Collection<String> collection, @NotNull @NotNull String arg)
    • offlinePlayersTabComplete

      @NotNull public static @NotNull Set<String> offlinePlayersTabComplete(@NotNull @NotNull String arg)
    • onlinePlayersTabComplete

      @NotNull public static @NotNull Set<String> onlinePlayersTabComplete(@NotNull @NotNull String arg)