Uses of Interface
dev.sympho.modular_commands.execute.AliasProvider
Packages that use AliasProvider
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of AliasProvider in dev.sympho.modular_commands.execute
Methods in dev.sympho.modular_commands.execute that return AliasProviderModifier and TypeMethodDescriptionstatic AliasProviderAliasProvider.none()Creates an alias provider with no aliases.static AliasProviderAliasProvider.of(Collection<? extends Map.Entry<Invocation, Invocation>> aliases) Creates an alias provider with the given aliases.static AliasProviderAliasProvider.of(Map.Entry<Invocation, Invocation>... aliases) Creates an alias provider with the given aliases.static AliasProviderAliasProvider.of(Map<Invocation, Invocation> aliases) Creates an alias provider with the given aliases.Methods in dev.sympho.modular_commands.execute with parameters of type AliasProviderModifier and TypeMethodDescriptionMessageCommandExecutorBuilder.aliases(AliasProvider aliases) Initializes the optional valuealiasesto aliases.Method parameters in dev.sympho.modular_commands.execute with type arguments of type AliasProviderModifier and TypeMethodDescriptionMessageCommandExecutorBuilder.aliases(Optional<? extends AliasProvider> aliases) Initializes the optional valuealiasesto aliases.