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