Uses of Interface
co.aikar.commands.contexts.OptionalContextResolver
-
Uses of OptionalContextResolver in co.aikar.commands
Modifier 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.