Uses of Interface
co.aikar.commands.contexts.OptionalContextResolver
Packages that use OptionalContextResolver
-
Uses of OptionalContextResolver in co.aikar.commands
Methods in co.aikar.commands with parameters of type OptionalContextResolverModifier and TypeMethodDescription<T> void
CommandContexts.registerOptionalContext
(Class<T> context, OptionalContextResolver<T, R> supplier) Registers a context that can safely accept a null input from the command issuer to resolve.