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