Package co.aikar.commands
Class VelocityCommandCompletions
java.lang.Object
co.aikar.commands.CommandCompletions<VelocityCommandCompletionContext>
co.aikar.commands.VelocityCommandCompletions
public class VelocityCommandCompletions
extends co.aikar.commands.CommandCompletions<VelocityCommandCompletionContext>
-
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
ConstructorsConstructorDescriptionVelocityCommandCompletions(com.velocitypowered.api.proxy.ProxyServer server, co.aikar.commands.CommandManager manager) -
Method Summary
Methods inherited from class co.aikar.commands.CommandCompletions
registerAsyncCompletion, registerCompletion, registerStaticCompletion, registerStaticCompletion, registerStaticCompletion, registerStaticCompletion, setDefaultCompletion
-
Constructor Details
-
VelocityCommandCompletions
public VelocityCommandCompletions(com.velocitypowered.api.proxy.ProxyServer server, co.aikar.commands.CommandManager manager)
-