Class AbstractIssuerOnlyContextResolver<T>
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractContextResolver<T>
net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractIssuerOnlyContextResolver<T>
- All Implemented Interfaces:
co.aikar.commands.contexts.ContextResolver<T,,co.aikar.commands.BukkitCommandExecutionContext> co.aikar.commands.contexts.IssuerOnlyContextResolver<T,co.aikar.commands.BukkitCommandExecutionContext>
- Direct Known Subclasses:
ClanContextResolver,ClanPlayerContextResolver
public abstract class AbstractIssuerOnlyContextResolver<T>
extends AbstractContextResolver<T>
implements co.aikar.commands.contexts.IssuerOnlyContextResolver<T,co.aikar.commands.BukkitCommandExecutionContext>
-
Field Summary
Fields inherited from class net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractContextResolver
clanManager, plugin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractContextResolver
getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.aikar.commands.contexts.ContextResolver
getContext
-
Constructor Details
-
AbstractIssuerOnlyContextResolver
-