Class ManhuntSuggestions

java.lang.Object
uk.radialbog9.spigot.manhunt.tabcompleters.ManhuntSuggestions

public class ManhuntSuggestions extends Object
  • Constructor Details

    • ManhuntSuggestions

      public ManhuntSuggestions()
  • Method Details

    • playerGenericSuggestions

      public List<String> playerGenericSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)
    • playerNotHunterSuggestions

      public List<String> playerNotHunterSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)
    • playerNotRunnerSuggestions

      public List<String> playerNotRunnerSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)
    • playerInGameSuggestions

      public List<String> playerInGameSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)
    • playerDeadRunnerSuggestions

      public List<String> playerDeadRunnerSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)
    • objectiveSuggestions

      public List<String> objectiveSuggestions(@NotNull @NotNull cloud.commandframework.context.CommandContext<org.bukkit.command.CommandSender> context, String input)