Package dev.aura.bungeechat.listener
Class CommandTabCompleteListener
- java.lang.Object
-
- dev.aura.bungeechat.listener.CommandTabCompleteListener
-
-
Constructor Summary
Constructors Constructor Description CommandTabCompleteListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onTabComplete(TabCompleteEvent event)
void
updateBungeeChatCommands()
-
-
-
Method Detail
-
onTabComplete
public void onTabComplete(TabCompleteEvent event)
-
updateBungeeChatCommands
public void updateBungeeChatCommands()
-
-