Class AbstractInputOnlyContextResolver<T>
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractContextResolver<T>
net.sacredlabyrinth.phaed.simpleclans.commands.contexts.AbstractInputOnlyContextResolver<T>
- All Implemented Interfaces:
co.aikar.commands.contexts.ContextResolver<T,co.aikar.commands.BukkitCommandExecutionContext>
- Direct Known Subclasses:
ClanInputContextResolver,ClanPlayerInputContextResolver,DoublePrimitiveContextResolver,FloatPrimitiveContextResolver,RankContextResolver
public abstract class AbstractInputOnlyContextResolver<T>
extends AbstractContextResolver<T>
implements co.aikar.commands.contexts.ContextResolver<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
-
AbstractInputOnlyContextResolver
-