Class BungeeCommandCompletions

java.lang.Object
co.aikar.commands.CommandCompletions<BungeeCommandCompletionContext>
co.aikar.commands.BungeeCommandCompletions

public class BungeeCommandCompletions extends co.aikar.commands.CommandCompletions<BungeeCommandCompletionContext>
  • Nested Class Summary

    Nested classes/interfaces inherited from class co.aikar.commands.CommandCompletions

    co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler<C extends co.aikar.commands.CommandCompletionContext>, co.aikar.commands.CommandCompletions.CommandCompletionHandler<C extends co.aikar.commands.CommandCompletionContext>, co.aikar.commands.CommandCompletions.SyncCompletionRequired
  • Constructor Summary

    Constructors
    Constructor
    Description
    BungeeCommandCompletions(co.aikar.commands.CommandManager manager)
     
  • Method Summary

    Methods inherited from class co.aikar.commands.CommandCompletions

    registerAsyncCompletion, registerCompletion, registerStaticCompletion, registerStaticCompletion, registerStaticCompletion, registerStaticCompletion, setDefaultCompletion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details