Class TabCompleteListener<C extends BukkitCommandContext<C>>

java.lang.Object
site.lab0x13.scrow.commands.bukkit.TabCompleteListener<C>
All Implemented Interfaces:
org.bukkit.event.Listener

public class TabCompleteListener<C extends BukkitCommandContext<C>> extends Object implements org.bukkit.event.Listener
  • Constructor Details

    • TabCompleteListener

      public TabCompleteListener(ScrowCommands<C> commandAPI, site.lab0x13.scrow.commands.CommandHandler<C> commandHandler, CommandContextFactory<C> commandContextFactory)
  • Method Details

    • onAsyncTabComplete

      public void onAsyncTabComplete(com.destroystokyo.paper.event.server.AsyncTabCompleteEvent ev)