Uses of Interface
co.aikar.commands.contexts.IssuerOnlyContextResolver
-
Packages that use IssuerOnlyContextResolver Package Description co.aikar.commands -
-
Uses of IssuerOnlyContextResolver in co.aikar.commands
Methods in co.aikar.commands with parameters of type IssuerOnlyContextResolver Modifier and Type Method Description <T> voidCommandContexts. registerIssuerOnlyContext(Class<T> context, IssuerOnlyContextResolver<T,R> supplier)Registers a context resolver that will never consume input.
-