Class AbstractAsyncCompletion
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.commands.completions.AbstractCompletion
net.sacredlabyrinth.phaed.simpleclans.commands.completions.AbstractAsyncCompletion
- All Implemented Interfaces:
co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler<co.aikar.commands.BukkitCommandCompletionContext>,co.aikar.commands.CommandCompletions.CommandCompletionHandler<co.aikar.commands.BukkitCommandCompletionContext>,IdentifiableCompletion
public abstract class AbstractAsyncCompletion
extends AbstractCompletion
implements co.aikar.commands.CommandCompletions.AsyncCommandCompletionHandler<co.aikar.commands.BukkitCommandCompletionContext>
-
Field Summary
Fields inherited from class net.sacredlabyrinth.phaed.simpleclans.commands.completions.AbstractCompletion
clanManager, plugin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.aikar.commands.CommandCompletions.CommandCompletionHandler
getCompletionsMethods inherited from interface net.sacredlabyrinth.phaed.simpleclans.commands.completions.IdentifiableCompletion
getId
-
Constructor Details
-
AbstractAsyncCompletion
-